Hello, we are trying to integrate Handsontable, and we want to use nested rows.
But the initial state of the table should be collapsed by default -> that can be achieved by calling collapseAll from nestedRows.
https://jsfiddle.net/g7r1vxc2/
But this does not recursively collapse all nodes below the first level.
It is possible to achieve? Also is there a way to initialize already a collapsed table without a rerender?
Thank you.