Column
Properties
Internal min/max-values getter, populated when getFacetedMinMaxValues is configured.
Internal faceted row-model getter, populated when getFacetedRowModel is configured.
Internal unique-values getter, populated when getFacetedUniqueValues is configured.
Accessor function — present on accessor-fn columns; null otherwise.
Clears any sorting on this column.
Returns the active aggregation fn for this column, or null when none.
Returns the inferred aggregation fn for this column, or null when none.
Returns the inferred filter fn for this column, or null when none can be inferred.
Returns the inferred sort direction for this column.
Returns the inferred sort function for this column.
True when this column can be filtered.
True when this column participates in global filtering.
True when this column can be grouped.
True when this column can be hidden.
True when this column can participate in multi-sort.
True when this column can be resized.
True when this column can be sorted.
Returns the (min, max) of this column's faceted values, or null when none.
Returns the row model for this column's facets.
Returns a value -> count map of this column's facets.
Returns the active filter fn for this column, or null when unfiltered.
Index of this column in the column-filters state, or -1 when absent.
Returns the current filter value for this column.
Returns the direction this column will sort in first.
Returns this column flattened (this column plus all descendants).
Index of this column in the grouping state, or -1 when absent.
Position-aware column index. position is one of ColumnPinningPosition, the string "center", or null for the unpinned/centered index.
True when this column is currently filtered.
True when this column is the first column at position.
True when this column is currently grouped.
True when this column is the last column at position.
The column's current pinned position.
True when this column is currently being resized.
Returns the current sort state: either false (unsorted) or a SortDirection. Typed as Any? because the runtime union cannot be expressed directly in Kotlin.
True when this column is currently visible.
Returns the leaf descendants of this column.
Returns the next sort direction in the sort cycle: either a SortDirection or false. Typed as Any? for the same reason as getIsSorted.
Index of this column within its pinned group.
Index of this column in the sorting state, or -1 when absent.
Returns the active sort function for this column.
Returns a click handler that toggles grouping for this column.
Returns a header click handler that toggles sorting, or null when the column cannot be sorted. The event parameter is platform-specific.
Returns a checkbox-style event handler that toggles visibility from event.target.checked. The event parameter is platform-specific; here it is Any?.
Pin this column to the given position.
Updates this column's filter value via an Updater.
Toggles grouping for this column.
Toggles sorting; pass desc/null to set/clear desc and isMulti for multi-sort.
Sets visibility; pass null to toggle.