sap.ui.comp.smarttable.TableType.AnalyticalTable
|
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
|
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
|
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
|
A tree table (sap.ui.table.TreeTable) control shall be created as the content of the SmartTable, if no table already exists
|