Hi
I am not very clear on how to use the showColumn function.
When I try to call it when I have a hot object like this
hot.showColumn(1)
but I get the error:
Uncaught TypeError: Cannot read property ‘showColumn’ of undefined
at :1:48
What is the correct way to do hide/show of columns dynamically?
thank you
Hi, I am trying to use the hide column plugin, but once I try to call hotInstance.getPlugin(‘HiddenColumns’); I am getting undefined, I have already the hiddenColumns: true, on the settings, is there something else I am missing?? thanks