
Sorry how to trigger listener when we click row collapse button in the tree table.

Sorry how to trigger listener when we click row collapse button in the tree table.
Hi,
Unfortunately, TreeTable has no such listener. Instead, you can use TreeDataGrid which has expand and collapse listeners. See this online demo.
Gleb
Thanks