I want to implement the following solution: https://sapui5.hana.ondemand.com/sdk/#/topic/d344c5aa5c81483482dbbed5b3abb142
So, I have a sap.m.table
and want to add a grouping for a specific column, as in the example on the link. In my table I have 3 columns, which are displayed correctly. One of these columns I want to use for grouping like in the link.
I added the column in the groupBy
property of the Sorter
Grouping. Still the table does not group like in the example. I guess I am missing some other properties? The documentation is very weak. I can’t find any help on the internet.
Thanks