Mercurial > lada > lada-client
diff app/view/grid/Nuklide.js @ 768:380edfecac67
changes on the margins, erratic behaviour is not fixed
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Tue, 12 May 2015 15:07:23 +0200 |
parents | 5ee59111b188 |
children | a85069813d43 |
line wrap: on
line diff
--- a/app/view/grid/Nuklide.js Tue May 12 14:53:54 2015 +0200 +++ b/app/view/grid/Nuklide.js Tue May 12 15:07:23 2015 +0200 @@ -23,9 +23,10 @@ deferEmptyText: false, markDirty: false //Remove Dirty-Flags }, - //margin: '0, 0, 5, 5', + margin: '0, 0, 5, 5', recordId: null, + allowDeselect: true, initComponent: function() { var i18n = Lada.getApplication().bundle; @@ -110,7 +111,7 @@ }, initData: function() { if (this.store) { - this.store.reload(); + this.store.removeAll(); } }, setData: function(store) {