ColumnChooserSettings

12 Sep 20251 minute to read

Configures the column chooser behavior of the Grid.

Properties

enableSearching boolean

Enables or disables the search option in the column chooser.

Defaults to true

footerTemplate string|Function

Defines the custom footer elements for the column chooser footer template.

Defaults to null

headerTemplate string|Function

Defines the custom header elements for the column chooser header template.

Defaults to null

ignoreAccent boolean

If ignoreAccent set to true, then ignores the diacritic characters or accents while searching in column chooser dialog.

Defaults to false

operator string

Defines the search operator for column chooser.

Defaults to ‘startsWith’

renderCustomColumnChooser string|Function

Renders a custom component to replace or extend the default column chooser UI.

template string|Function

Defines the custom content elements for the column chooser content template.

Defaults to null