Mercurial > lada > lada-client
comparison app/view/widget/DynamicGrid.js @ 980:7867752a0d58 stammdatengrids
Tidied up borders of the viewport
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 03 Dec 2015 10:34:42 +0100 |
parents | 3c770fc7cf19 |
children | 52b02b0225e8 |
comparison
equal
deleted
inserted
replaced
979:c6ae0aadb634 | 980:7867752a0d58 |
---|---|
12 Ext.define('Lada.view.widget.DynamicGrid', { | 12 Ext.define('Lada.view.widget.DynamicGrid', { |
13 extend: 'Ext.grid.Panel', | 13 extend: 'Ext.grid.Panel', |
14 | 14 |
15 store: null, | 15 store: null, |
16 | 16 |
17 border: false, | |
17 multiSelect: true, | 18 multiSelect: true, |
18 allowDeselect: true, | 19 allowDeselect: true, |
19 | 20 |
20 isDynamic: true, | 21 isDynamic: true, |
21 | 22 |