Type Alias: TableVariant
TableVariant =
"sap.m.Table"|"sap.ui.table.Table"|"sap.ui.table.TreeTable"|"sap.ui.table.AnalyticalTable"|"sap.ui.comp.smarttable.SmartTable"|"sap.ui.mdc.Table"
Defined in: src/modules/table.ts:18
Example​
`const v: TableVariant = 'sap.m.Table';`