cancel
Showing results for 
Search instead for 
Did you mean: 

SAP UI5 tree table how to retain selection of nodes after collapse and expanded

Viswanath
Participant
0 Kudos

Hi All,

In sap.ui.table.treeTable control, when I select child nodes and collapse corresponding parent node and expand it again it will lost all the selections which I did before for child nodes.

Before collapse

After collapse and expand I will lost the selection

could anyone please help me in resolving this issue

Thanks,

Best Regards,

Viswanath

View Entire Topic
0 Kudos

May be "setCollapseRecursive" can help you.

in View :- collapseRecursive="true"

Please try it once.