sap.m.List
and sap.m.Table
both inherit from the abstract sap.m.ListBase
and provide the features used for lists and tables.
sap.m.List
and sap.m.Table
provide the following features:
Single
and Multi
Grouping
sap.m.ListItemBase
, which provides navigation, selection and event features. The list item type determines the way the list item interacts by providing additional features.[Swipe for Action](swipe-for-action-a01822c.md “”)
sap.m.Column
) and rows. The rows, defines as sap.m.ColumnListItems
consist of cells.width
property of sap.m.Column
can have any valid CSS size, for example, 100px, 6em, or 25%. The default value of the width is empty
, which makes the column flexible by covering the available space.sap.m.List
and sap.m.Table
offer the same events, inheriting them from sap.m.ListBase
.sap.m.ListBase
provides growing-related properties, which can be used for tables and lists.sap.m.List
and sap.m.Table
controls.Related Information