Skip to content

Commit

Permalink
[Doc] Fix section level in DatagridAG
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Jan 18, 2024
1 parent 7cf677e commit c606084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DatagridAG.md
Expand Up @@ -451,7 +451,7 @@ const CarList = () => {
Your browser does not support the video tag.
</video>

### `preferenceKey`
## `preferenceKey`

`<DatagridAG>` will store the [`gridState`](https://www.ag-grid.com/react-data-grid/grid-state/) in the [Store](https://marmelab.com/react-admin/Store.html), under the key `${resource}.ag-grid.params.grid`. This `gridState` persisted in the store is applied once when the grid is created, it means that users will find the grid as they left it previously.

Expand Down

0 comments on commit c606084

Please sign in to comment.