Mercurial > lada > lada-client
comparison app/view/grid/FilterResult.js @ 653:9f557bd48c30 2.0-alpha1
Temporarily disabled paging toolbar.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 18 Mar 2015 14:47:25 +0100 |
parents | 199246596bf7 |
children | 0c1a9d7dd1e9 |
comparison
equal
deleted
inserted
replaced
652:05e4ad93d021 | 653:9f557bd48c30 |
---|---|
41 }] | 41 }] |
42 }, { | 42 }, { |
43 xtype: 'pagingtoolbar', | 43 xtype: 'pagingtoolbar', |
44 dock: 'bottom', | 44 dock: 'bottom', |
45 store: 'ProbenList', | 45 store: 'ProbenList', |
46 disabled: true, | |
46 displayInfo: true | 47 displayInfo: true |
47 }]; | 48 }]; |
48 this.columns = []; | 49 this.columns = []; |
49 this.callParent(arguments); | 50 this.callParent(arguments); |
50 }, | 51 }, |