Skip to content

HiddenColumnConfig

Since v1.1.0

Enhanced hidden column configuration. Either a field name (hides entire cell) or an object that controls visibility.

type HiddenColumnConfig = string | { field: string; showValue: true }