comparison app/view/grid/FilterResult.js @ 656:0c1a9d7dd1e9

Paging Enabled, RemoteSort Enabled, totalProperty für Probelist spezifisziert
author Dustin Demuth <dustin@intevation.de>
date Thu, 19 Mar 2015 10:09:04 +0100
parents 9f557bd48c30
children 7b6467edfdfc
comparison
equal deleted inserted replaced
655:195a253e9842 656:0c1a9d7dd1e9
40 action: 'export' 40 action: 'export'
41 }] 41 }]
42 }, { 42 }, {
43 xtype: 'pagingtoolbar', 43 xtype: 'pagingtoolbar',
44 dock: 'bottom', 44 dock: 'bottom',
45 store: 'ProbenList', 45 store: this.store,
46 disabled: true,
47 displayInfo: true 46 displayInfo: true
48 }]; 47 }];
49 this.columns = []; 48 this.columns = [];
50 this.callParent(arguments); 49 this.callParent(arguments);
51 }, 50 },

http://lada.wald.intevation.org