Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/guide/column-filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ title: Column Filtering Guide

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

- [filters](https://github.com/TanStack/table/tree/main/examples/react/filters) (includes faceting)
- [editable-data](https://github.com/TanStack/table/tree/main/examples/react/editable-data)
- [expanding](https://github.com/TanStack/table/tree/main/examples/react/expanding)
- [grouping](https://github.com/TanStack/table/tree/main/examples/react/grouping)
- [pagination](https://github.com/TanStack/table/tree/main/examples/react/pagination)
- [row-selection](https://github.com/TanStack/table/tree/main/examples/react/row-selection)
- [filters](../framework/react/examples/filters) (includes faceting)
- [editable-data](../framework/react/examples/editable-data)
- [expanding](../framework/react/examples/expanding)
- [grouping](../framework/react/examples/grouping)
- [pagination](../framework/react/examples/pagination)
- [row-selection](../framework/react/examples/row-selection)

## API

Expand Down
3 changes: 2 additions & 1 deletion docs/guide/global-filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ title: Global Filtering Guide

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

- [Global Filters](https://github.com/TanStack/table/tree/main/examples/react/filters-global)
- [filters](../framework/react/examples/filters)
- [filters-fuzzy](../framework/react/examples/filters-fuzzy)

## API

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/grouping.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Grouping Guide

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

- [grouping](https://github.com/TanStack/table/tree/main/examples/react/grouping)
- [grouping](../framework/react/examples/grouping)

## API

Expand Down
6 changes: 3 additions & 3 deletions docs/guide/row-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ title: Row Selection Guide

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

- [React row-selection](https://github.com/TanStack/table/tree/main/examples/react/row-selection)
- [Vue row-selection](https://github.com/TanStack/table/tree/main/examples/vue/row-selection)
- [React expanding](https://github.com/TanStack/table/tree/main/examples/react/expanding)
- [React row-selection](../framework/react/examples/row-selection)
- [Vue row-selection](../framework/vue/examples/row-selection)
- [React expanding](../framework/react/examples/expanding)

## API

Expand Down
8 changes: 4 additions & 4 deletions docs/guide/virtualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ title: Virtualization Guide

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

- [virtualized-columns](https://github.com/TanStack/table/tree/main/examples/react/virtualized-columns)
- [virtualized-rows (dynamic row height)](https://github.com/TanStack/table/tree/main/examples/react/virtualized-rows)
- [virtualized-rows (fixed row height)](https://github.com/TanStack/table/tree/main/examples/react/virtualized-rows)
- [virtualized-infinite-scrolling](https://github.com/TanStack/table/tree/main/examples/react/virtualized-infinite-scrolling)
- [virtualized-columns](../framework/react/examples/virtualized-columns)
- [virtualized-rows (dynamic row height)](../framework/react/examples/virtualized-rows)
- [virtualized-rows (fixed row height)](../framework/react/examples/virtualized-rows)
- [virtualized-infinite-scrolling](../framework/react/examples/virtualized-infinite-scrolling)

## Virtualization Guide

Expand Down