I need something like this in SAPUI5:
(https://experience.sap.com/fiori-design-web/grid-table/)
I tried this, however it doesn't work, because I get the data from OData and this sap.ui.table.Table doesn't support this (only JSON).
So i tried to convert the OData response to JSON. Unfortanetly this approach didn't work either.
This is my code:
I get the data and my table display it, but it doesn't group same values. The column "Product id" should be group with the same entries.
I know there is also a "sap.m.Table", but i need an option to collapse it, which only works with the sap.ui.table.
Thank you in advance!
Kind regards Sebastian