jQuery/JS Common Types - grids - ColumnChooserSelectionConfig
import { ColumnChooserSelectionConfig } from "devextreme/common/grids"
Type:
recursive
Type:
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.
Feedback