comparison app/view/widget/DynamicGrid.js @ 976:3c770fc7cf19 stammdatengrids

Added a variable which makes it possible to detect if a grid is dynamic
author Dustin Demuth <dustin@intevation.de>
date Wed, 02 Dec 2015 17:53:20 +0100
parents fb99332bb48e
children 7867752a0d58
comparison
equal deleted inserted replaced
975:fb99332bb48e 976:3c770fc7cf19
13 extend: 'Ext.grid.Panel', 13 extend: 'Ext.grid.Panel',
14 14
15 store: null, 15 store: null,
16 16
17 multiSelect: true, 17 multiSelect: true,
18 allowDeselect: true,
19
20 isDynamic: true,
18 21
19 viewConfig: { 22 viewConfig: {
20 deferEmptyText: false 23 deferEmptyText: false
21 }, 24 },
22 25

http://lada.wald.intevation.org