fix in load list
This commit is contained in:
@@ -656,7 +656,7 @@ Ext.onReady ( function() {
|
|||||||
listeners: {
|
listeners: {
|
||||||
hiddenchange: function (columnModel, columnIndex, hidden) {
|
hiddenchange: function (columnModel, columnIndex, hidden) {
|
||||||
var grid = Ext.getCmp('casesGrid');
|
var grid = Ext.getCmp('casesGrid');
|
||||||
if (grid && grid.getView) {
|
if (!hidden && grid && grid.getView) {
|
||||||
grid.getView().refresh();
|
grid.getView().refresh();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user