Skip to main content

GroupingState

Type Alias GroupingState 

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

TanStack-compatible grouping state: an ordered list of grouped column ids.

Aliased Typeยง

pub struct GroupingState { /* private fields */ }