SAPUI5 – TreeTable – How to store and bind the expanded state of node
I am using typescript for views and controllers for this one. I just want to store the expanded state of nodes of TreeTable somewhere when table is filtered and restore if table is not filtered anymore. Sample code below is the controller.