Skip to main content
Version: 1.x

Interface: StandardTableInfo

Info for non-SmartTable variants.

Example

const info: StandardTableInfo = { kind: 'standard', variant: 'sap.m.Table', effectiveId: 't1' };

Properties

effectiveId

readonly effectiveId: string


kind

readonly kind: "standard"


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"