In different data types I need to hide some columns (not one) from grid.
I'm using column.hide()
method, but it works too slow.
If I set hidden property to the column, I don't know method, that will refresh grid view.
If I do grid.view.refresh()
- header is still there.
How can I refresh grid after setting hidden:true properties?
Or some other way...