cancel
Showing results for 
Search instead for 
Did you mean: 

How can i implement TreeTable in sap ui5?

0 Kudos

I am asked not to use TreeTable control . I am using Tree control , I need something that can make my view similar to Tree table .

Accepted Solutions (0)

Answers (1)

Answers (1)

iftah_peretz
Active Contributor
0 Kudos

Hi,

I don't know why you can't use the TreeTable control, especially when you want to achieve the same handling. The only way around it is via some external javaScript lib that you import and utilize or to work hard and try and implement different behaviours to match the tree API as TreeTable extends: sap.ui.table.Table .