I have implemented sap.ui.table.Table on the SAP HANA Cockpit. I have the first column as 'name'. This column may have multiple same values based on other parameters. I want this column to appear as nodes of these names where it may be possible to collapse out the entries belonging to that name. This may appear like a TreeTable. TreeTable, according to my understanding requires the json in a different fashion than what I have. My json is as follows:I have implemented sap.ui.table.Table on the SA