From 3ae90fbe58c0230e28692093e70ae46ce591f489 Mon Sep 17 00:00:00 2001 From: Mingyu Cui Date: Mon, 4 Mar 2024 14:55:14 -0500 Subject: [PATCH] docs: update `columnGroupingMode` to `groupedColumnMode` (#5379) --- docs/guide/column-ordering.md | 2 +- docs/guide/column-pinning.md | 2 +- docs/guide/grouping.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/column-ordering.md b/docs/guide/column-ordering.md index 2c60edd13e..eb54cde6db 100644 --- a/docs/guide/column-ordering.md +++ b/docs/guide/column-ordering.md @@ -23,7 +23,7 @@ There are 3 table features that can reorder columns, which happen in the followi 1. [Column Pinning](../guide/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](../guide/grouping) - If grouping is enabled, a grouping state is active, and `tableOptions.columnGroupingMode` is set to `'reorder' | 'remove'`, then the grouped columns are reordered to the start of the column flow. +3. [Grouping](../guide/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. > **Note:** `columnOrder` state will only affect unpinned columns if used in conjunction with column pinning. diff --git a/docs/guide/column-pinning.md b/docs/guide/column-pinning.md index d011d3f49c..7f30d37116 100644 --- a/docs/guide/column-pinning.md +++ b/docs/guide/column-pinning.md @@ -29,7 +29,7 @@ There are 3 table features that can reorder columns, which happen in the followi 1. **Column Pinning** - If pinning, columns are split into left, center (unpinned), and right pinned columns. 2. Manual [Column Ordering](../guide/column-ordering) - A manually specified column order is applied. -3. [Grouping](../guide/grouping) - If grouping is enabled, a grouping state is active, and `tableOptions.columnGroupingMode` is set to `'reorder' | 'remove'`, then the grouped columns are reordered to the start of the column flow. +3. [Grouping](../guide/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. The only way to change the order of the pinned columns is in the `columnPinning.left` and `columnPinning.right` state itself. `columnOrder` state will only affect the order of the unpinned ("center") columns. diff --git a/docs/guide/grouping.md b/docs/guide/grouping.md index 56fe25a7d2..443b5cb56b 100644 --- a/docs/guide/grouping.md +++ b/docs/guide/grouping.md @@ -18,4 +18,4 @@ There are 3 table features that can reorder columns, which happen in the followi 1. [Column Pinning](../guide/column-pinning) - If pinning, columns are split into left, center (unpinned), and right pinned columns. 2. Manual [Column Ordering](../guide/column-ordering) - A manually specified column order is applied. -3. **Grouping** - If grouping is enabled, a grouping state is active, and `tableOptions.columnGroupingMode` is set to `'reorder' | 'remove'`, then the grouped columns are reordered to the start of the column flow. +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.