Skip to main content
Version: 1.x

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

readonly effectiveId: string


kind

readonly kind: "smart"


smartTableId

readonly smartTableId: string


variant

readonly variant: "sap.m.Table" | "sap.ui.table.Table" | "sap.ui.table.TreeTable" | "sap.ui.table.AnalyticalTable" | "sap.ui.comp.smarttable.SmartTable" | "sap.ui.mdc.Table"