diff app/view/grid/FilterResult.js @ 648:199246596bf7

Erste Ansaätze für Paging. Der Server muss dass nun noch umsetzen
author Dustin Demuth <dustin@intevation.de>
date Wed, 18 Mar 2015 11:37:43 +0100
parents d47ee7439f44
children 9f557bd48c30
line wrap: on
line diff
--- a/app/view/grid/FilterResult.js	Wed Mar 18 11:37:10 2015 +0100
+++ b/app/view/grid/FilterResult.js	Wed Mar 18 11:37:43 2015 +0100
@@ -39,6 +39,11 @@
                 icon: 'resources/img/svn-update.png',
                 action: 'export'
             }]
+        }, {
+            xtype: 'pagingtoolbar',
+            dock: 'bottom',
+            store: 'ProbenList',
+            displayInfo: true
         }];
         this.columns = [];
         this.callParent(arguments);

http://lada.wald.intevation.org