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


Selection behavior of the table

Field Summary
sap.ui.table.SelectionBehavior.RowRows can be selected on the complete row.
sap.ui.table.SelectionBehavior.RowOnlyRows can only be selected on the row (and the selector is hidden).
sap.ui.table.SelectionBehavior.RowSelectorRows can only be selected on the row selector.
Field Detail
sap.ui.table.SelectionBehavior.Row: string
Rows can be selected on the complete row.
sap.ui.table.SelectionBehavior.RowOnly: string
Rows can only be selected on the row (and the selector is hidden).
sap.ui.table.SelectionBehavior.RowSelector: string
Rows can only be selected on the row selector.