Skip to content

Commit

Permalink
docs: sorting docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Mar 8, 2024
1 parent 2ec0d29 commit 17abdae
Show file tree
Hide file tree
Showing 5 changed files with 445 additions and 60 deletions.
4 changes: 0 additions & 4 deletions docs/config.json
Expand Up @@ -67,10 +67,6 @@
{
"label": "Feature Guides",
"children": [
{
"label": "Features",
"to": "guide/features"
},
{
"label": "Column Ordering",
"to": "guide/column-ordering"
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/react/guide/table-state.md
Expand Up @@ -15,7 +15,7 @@ TanStack Table has a simple underlying internal state management system to store

### Accessing Table State

You do not need to set up anything special in order for the table state to work. If you pass noting into either `state`, `initialState`, or any of the `on[State]Change` table options, the table will manage its own state internally. You can access any part of this internal state by using the `table.getState()` table instance API.
You do not need to set up anything special in order for the table state to work. If you pass nothing into either `state`, `initialState`, or any of the `on[State]Change` table options, the table will manage its own state internally. You can access any part of this internal state by using the `table.getState()` table instance API.

```jsx
const table = useReactTable({
Expand Down

0 comments on commit 17abdae

Please sign in to comment.