Hello Experts,
As we know SAP has two types of table in SAPUI5:
1) sap.m.Table
2) sap.ui.table.Table
According to SAP it's strongly recommended to use sap.m.Table (which should support smartphones, tablets & desktop) since standard tables are kind of deprecated (no new functionality will be added to it).
Assuming I want to use sap.m.Table for desktop application only (not responsive). How can I set the row height of the table?
I tried playing with 'sapMLIB.sapMListTblRow' css classes but it seems there is a minimum height of 93px which is too big for my application.
Regards,
Omri