Interface: SmartTableInfo
Info for SmartTable wrapper with inner table.
Example
const info: SmartTableInfo = {
kind: 'smart',
variant: 'sap.ui.table.Table',
effectiveId: 'innerGrid',
smartTableId: 'smartTable',
};
Properties
effectiveId
readonlyeffectiveId:string
kind
readonlykind:"smart"
smartTableId
readonlysmartTableId:string
variant
readonlyvariant:"sap.m.Table"|"sap.ui.table.Table"|"sap.ui.table.TreeTable"|"sap.ui.table.AnalyticalTable"|"sap.ui.comp.smarttable.SmartTable"|"sap.ui.mdc.Table"