VisibilityOptions

Properties

Link copied to clipboard
abstract val enableHiding: Boolean?

Whether to enable column hiding. Defaults to true. API Docs Guide

Link copied to clipboard
abstract val onColumnVisibilityChange: OnChangeFn<<Error class: unknown class><String, Boolean>>?

If provided, this function will be called with an updaterFn when state.columnVisibility changes. This overrides the default internal state management, so you will need to persist the state change either fully or partially outside of the table. API Docs Guide