comparison 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
comparison
equal deleted inserted replaced
647:dce8d67f278d 648:199246596bf7
37 }, { 37 }, {
38 text: 'Export', 38 text: 'Export',
39 icon: 'resources/img/svn-update.png', 39 icon: 'resources/img/svn-update.png',
40 action: 'export' 40 action: 'export'
41 }] 41 }]
42 }, {
43 xtype: 'pagingtoolbar',
44 dock: 'bottom',
45 store: 'ProbenList',
46 displayInfo: true
42 }]; 47 }];
43 this.columns = []; 48 this.columns = [];
44 this.callParent(arguments); 49 this.callParent(arguments);
45 }, 50 },
46 51

http://lada.wald.intevation.org