ColumnChooserSettings
Configures the behavior and appearance of the ColumnChooser dialog.
Provides options for search, column ordering, and template customization.
Props
The following table outlines the props for the ColumnChooserSettings:
| Name | Type | Default | Description |
|---|---|---|---|
| enableSearch | boolean | true | Enables or disables the search box in the |
| footerTemplate | null | Custom template for the | |
| headerTemplate | ComponentType | ReactElement | string | null | Custom template for the |
| ignoreAccent | boolean | false | Enables diacritics-insensitive searching in the |
| selectedColumns | string[] | [ ] | Ordered list of column field to display in the |
| template | null | Custom template that replaces the default column list and dialog content.
Receives |