How to automatically expand the hierarchy elements of an optimized hierarchical grid.
We have that option for legacy grid, but don’t find it for optimized grid
How to automatically expand the hierarchy elements of an optimized hierarchical grid.
We have that option for legacy grid, but don’t find it for optimized grid
@Avinash.Haridasu @RichardMarsot Do we have any option of expand all/collapse all for optimized hierarchical grid
@Avinash.Haridasu optimized hierarchical table does not support the ability to ‘expand all’ nodes on load - if you need this feature, you will need to use the legacy hierarchical table
There is no easy way to add this functionality since all the nodes are collapsed by default and expanding a node will need to reload the child of the node. As such expanding all the nodes on click of a button will require to redraw the whole table.
optimized tree supports the ‘collapse all’ action in the header by default - this is easier to implement since there is no data needed for the server to collapse the nodes.