From b1e7f108a542e1f266d87943b81b758a6b8f71c8 Mon Sep 17 00:00:00 2001 From: Kevin Van Cott Date: Fri, 16 Feb 2024 10:22:05 -0600 Subject: [PATCH] Update column-ordering.md --- docs/guide/column-ordering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/column-ordering.md b/docs/guide/column-ordering.md index a83d781cd1..12cf1a2883 100644 --- a/docs/guide/column-ordering.md +++ b/docs/guide/column-ordering.md @@ -25,7 +25,7 @@ There are 3 table features that can reorder columns, which happen in the followi 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. -> **Note:** `columnOrder` state will only affect unpinned rows if used in conjunction with column pinning. +> **Note:** `columnOrder` state will only affect unpinned columns if used in conjunction with column pinning. ### Column Order State