Enum sap.ui.table.SelectionModeModule: sap/ui/table/library


Selection mode of the table

Field Summary
sap.ui.table.SelectionMode.MultiToggleSelect multiple rows at a time (toggle behavior).
sap.ui.table.SelectionMode.NoneNo rows can be selected.
sap.ui.table.SelectionMode.SingleSelect one row at a time.
sap.ui.table.SelectionMode.MultiSelect multiple rows at a time.
Field Detail
sap.ui.table.SelectionMode.MultiToggle: string
Select multiple rows at a time (toggle behavior).
sap.ui.table.SelectionMode.None: string
No rows can be selected.
sap.ui.table.SelectionMode.Single: string
Select one row at a time.
sap.ui.table.SelectionMode.Multi: string
Select multiple rows at a time.
Deprecated:
As of version 1.38, replaced by sap.ui.table.SelectionMode.MultiToggle