-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: refactor guides section and new table instance guide (#5254)
* update readme * refactor guide section, table instance guide * prettier
- Loading branch information
1 parent
80d92d6
commit b327934
Showing
28 changed files
with
566 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Column Filtering | ||
--- | ||
|
||
## Examples | ||
|
||
Want to skip to the implementation? Check out these examples: | ||
|
||
- [filters](../examples/react/filters) (includes faceting) | ||
- [editable-data](../examples/react/editable-data) | ||
- [expanding](../examples/react/expanding) | ||
- [grouping](../examples/react/grouping) | ||
- [pagination](../examples/react/pagination) | ||
- [row-selection](../examples/react/row-selection) | ||
|
||
## API | ||
|
||
[Filters API](../api/features/filters) | ||
|
||
## Column Filtering Guide | ||
|
||
Filtering comes in 2 flavors: Column Filtering and Global Filtering. | ||
|
||
This guide will focus on column filtering, which is a filter that is applied to a single column's accessor value. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: Column Pinning | ||
--- | ||
|
||
## Examples | ||
|
||
Want to skip to the implementation? Check out these examples: | ||
|
||
- [column-pinning](../examples/react/column-pinning) | ||
- [row-pinning](../examples/react/row-pinning) | ||
|
||
## API | ||
|
||
[Pinning API](../api/features/pinning) | ||
|
||
## Column Pinning 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](../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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: Faceted Values | ||
--- | ||
|
||
## Examples | ||
|
||
Want to skip to the implementation? Check out these examples: | ||
|
||
- [filters](../examples/react/filters) (includes faceting) | ||
|
||
## API | ||
|
||
[Filters API](../api/features/filters) | ||
|
||
## Faceted Values Guide |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.