ColumnChooserFooterProps

Props passed to the Column Chooser footer template.

Props

The following table outlines the props for the ColumnChooserFooterProps:

NameTypeDefaultDescription
columnVisibility
Map<string, boolean>
-

Current visibility map keyed by field or uid.

hiddenColumns
string[]
-

Array of currently hidden column fields.

onApply
( ) => void
-

Called when the template requests applying changes (OK).

onClose
( ) => void
-

Called when the template requests closing or canceling the dialog.

totalCount
number
-

Total number of columns available in the chooser.

visibleColumns
string[]
-

Array of currently visible column fields.

visibleCount
number
-

Number of columns currently visible in the chooser.