Hello, I wanted to know if there is a way to programmatically expand all collapsed columns in handsontable. I have tried to click
$(".collapsibleIndicator .collapsed").click();
but this doesn’t seem to work
Hello, I wanted to know if there is a way to programmatically expand all collapsed columns in handsontable. I have tried to click
$(".collapsibleIndicator .collapsed").click();
but this doesn’t seem to work
Hi @jamesd
Here’s a demo that may help http://jsfiddle.net/e6x5jm7f/
Let me know if there’s anything else I can do for you.