Skip to content

Commit

Permalink
Update table-state.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Mar 25, 2024
1 parent e6c6f96 commit 3a298b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/framework/svelte/guide/table-state.md
Expand Up @@ -2,8 +2,6 @@
title: Table State (Svelte) Guide
---

## Examples

## Table State (Svelte) Guide

TanStack Table has a simple underlying internal state management system to store and manage the state of the table. It also lets you selectively pull out any state that you need to manage in your own state management. This guide will walk you through the different ways in which you can interact with and manage the state of the table.
Expand Down Expand Up @@ -259,4 +257,4 @@ const setSorting = (updater: Updater<SortingState>) => {
},
}))
}
```
```

0 comments on commit 3a298b2

Please sign in to comment.