Skip to main content

ColumnOrderState

Type Alias ColumnOrderState 

Source
pub type ColumnOrderState = Vec<Arc<str>>;
Expand description

TanStack-compatible column order: an ordered list of column ids.

Any columns not present in this list keep their original relative order and are appended to the end.

Aliased Typeยง

pub struct ColumnOrderState { /* private fields */ }