ColumnChooserApplyEvent

Event raised when column changes are applied in the ColumnChooser dialog. Fired when the user confirms changes (Apply/OK). Provides the final chooser settings and a visibility map for all columns.

Props

The following table outlines the props for the ColumnChooserApplyEvent:

NameTypeDefaultDescription
columnVisibility
Map<string, boolean>
-

Map of column field names to visibility states for all columns in the dialog.

enableSearch
boolean
true

Enables or disables the search functionality in the ColumnChooser dialog.

ignoreAccent
boolean
false

Enables diacritics-insensitive searching in the ColumnChooser.

selectedColumns
string[]
[ ]

Specifies the ordered list of column fields with their final visibility state after apply.