pub type GroupingState = Vec<Arc<str>>;
TanStack-compatible grouping state: an ordered list of grouped column ids.
pub struct GroupingState { /* private fields */ }