enum sap.ui.comp.smarttable.TableType

Visiblity: public
Available since: N/A
Module: sap/ui/comp/library
Application Component: CA-UI5-CMP

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


Properties Overview

Node Description
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