Back to Table

TableOptions_ColumnOrdering

docs/reference/interfaces/TableOptions_ColumnOrdering.md

8.21.3803 B
Original Source

Interface: TableOptions_ColumnOrdering

Defined in: features/column-ordering/columnOrderingFeature.types.ts:11

Properties

onColumnOrderChange?

ts
optional onColumnOrderChange: OnChangeFn<ColumnOrderState>;

Defined in: features/column-ordering/columnOrderingFeature.types.ts:15

If provided, this function will be called with an updaterFn when state.columnOrder 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.