fires after a column has been hidden (the setColumnHidden method has been called)
index | number | the index of a column |
state | boolean | true - the column is hidden, otherwise the column is shown |
Available only in PRO Edition
grid.attachEvent("onColumnHidden", function(index,state){
// your code here
});
Back to top