Skip to content

Commit

Permalink
docs: links between column sorting pages #4394 (#4405)
Browse files Browse the repository at this point in the history
  • Loading branch information
edlerd authored Sep 30, 2022
1 parent 7965011 commit 4fc9895
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guide/column-ordering.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Want to skip to the implementation? Check out these examples:

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

1. [Column Pinning](./column-pinning) - If pinning, columns are split into left, center (unpinned), and right pinned columns.
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](./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.columnGroupingMode` is set to `'reorder' | 'remove'`, then the grouped columns are reordered to the start of the column flow.
4 changes: 2 additions & 2 deletions docs/guide/column-pinning.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Want to skip to the implementation? Check out these examples:
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**](./column-ordering) - A manually specified column order is applied.
3. [**Grouping**](./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.
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.
8 changes: 8 additions & 0 deletions docs/guide/grouping.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ Want to skip to the implementation? Check out these examples:
## API

[Grouping API](../api/features/grouping)

## Overview

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

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.

0 comments on commit 4fc9895

Please sign in to comment.