Skip to content

Latest commit

History

History
21 lines (13 loc) 路 767 Bytes

grouping.md

File metadata and controls

21 lines (13 loc) 路 767 Bytes
title
Grouping Guide

Examples

Want to skip to the implementation? Check out these examples:

API

Grouping API

Grouping Guide

There are 3 table features that can reorder columns, which happen in the following order:

  1. Column Pinning - If pinning, columns are split into left, center (unpinned), and right pinned columns.
  2. Manual Column Ordering - A manually specified column order is applied.
  3. Grouping - If grouping is enabled, a grouping state is active, and tableOptions.groupedColumnMode is set to 'reorder' | 'remove', then the grouped columns are reordered to the start of the column flow.