Enum sap.ui.comp.smarttable.TableTypeModule: sap/ui/comp/library


Provides enumeration sap.ui.comp.smarttable.TableType A subset of table types that fit to a simple API returning one string.

Field Summary
sap.ui.comp.smarttable.TableType.AnalyticalTableAn analytical table (sap.ui.table.AnalyticalTable) control shall be created as the content of the SmartTable, if no table already exists
sap.ui.comp.smarttable.TableType.ResponsiveTableA responsive table (sap.m.Table) control that can be used on mobile devices shall be created as the content of the SmartTable, if no table already exists
sap.ui.comp.smarttable.TableType.TableA table (sap.ui.table.Table) control shall be created as the content of the SmartTable, if no table already exists (default)
sap.ui.comp.smarttable.TableType.TreeTableA tree table (sap.ui.table.TreeTable) control shall be created as the content of the SmartTable, if no table already exists (TODO)
Field Detail
sap.ui.comp.smarttable.TableType.AnalyticalTable: string
An analytical table (sap.ui.table.AnalyticalTable) control shall be created as the content of the SmartTable, if no table already exists
sap.ui.comp.smarttable.TableType.ResponsiveTable: string
A responsive table (sap.m.Table) control that can be used on mobile devices shall be created as the content of the SmartTable, if no table already exists
sap.ui.comp.smarttable.TableType.Table: string
A table (sap.ui.table.Table) control shall be created as the content of the SmartTable, if no table already exists (default)
sap.ui.comp.smarttable.TableType.TreeTable: string
A tree table (sap.ui.table.TreeTable) control shall be created as the content of the SmartTable, if no table already exists (TODO)