API Reference > ui-components > Common > SelectionMode SelectionMode Enumeration Selection modes for Table and Tree row selection Members Name Value Description Single 1 Only one item selected at a time. SingleAllowDeselect 5 Only one item selected at a time; also allows deselecting. Multiple 6 Toggles items; drag only applies to desktop. Extended 12 Allows the use of Ctrl & Shift Keys in a desktop environment. None 16 Do not allow (disable) selection Defined in ui/components/src/ui-components/common/selection/SelectionModes.ts Line 23 Last Updated: 11 June, 2024