enum sap.ui.table.SelectionMode

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

Selection mode of the table


Properties Overview

Node Description
sap.ui.table.SelectionMode.Multi

Select multiple rows at a time.
Deprecated as of version 1.38. replaced by sap.ui.table.SelectionMode.MultiToggle

sap.ui.table.SelectionMode.MultiToggle

Select multiple rows at a time (toggle behavior).

sap.ui.table.SelectionMode.None

No rows can be selected.

sap.ui.table.SelectionMode.Single

Select one row at a time.