Hi,
In my table , I have nested rows. I want to collapse all the rows while first load.
I tried using this.handsonTable.getPlugin(‘nestedRows’).collapsingUI.collapseAll(); but it collapses only parent rows not child.
Please find the below link for code base.
https://jsfiddle.net/mztbgapL/
Thanks