jQuery/JS Common Types - grids - ColumnChooserSelectionConfig
Configures column selection functionality within the column chooser.
                        import { ColumnChooserSelectionConfig } from "devextreme/common/grids"
                    
            
                        Type:
                    
        allowSelectAll
Specifies whether a "Select All" option is available to users.
                        Type:
                    
                
                    Default Value: false
                
        recursive
Specifies whether selection is 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.
selectByClick
Specifies whether an item becomes selected if a user clicks the item's label.
                        Type:
                    
                
                    Default Value: false
                
        Feedback