React TreeList - columnChooser.selection

Configures column selection functionality within the column chooser.

Selector: Selection

Set the mode property to "select", to use check boxes to select columns in the column chooser.

View Demo

allowSelectAll

Specifies whether a "Select All" option is available to users.

Type:

Boolean

Default Value: false

recursive

Specifies whether selection is recursive.

Type:

Boolean

Default Value: false

The selection is non-recursive (when a parent item is selected, nested items remain unselected). If you want to select items recursively, set this property to true.

View Demo

selectByClick

Specifies whether an item becomes selected if a user clicks the item's label.

Type:

Boolean

Default Value: false