From 6d09e0e893930776b13be20b690cab2cd88cc1e9 Mon Sep 17 00:00:00 2001 From: Gildas Garcia <1122076+djhi@users.noreply.github.com> Date: Fri, 22 Dec 2023 11:56:22 +0100 Subject: [PATCH] Update DatagridAG documentation --- docs/DatagridAG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/DatagridAG.md b/docs/DatagridAG.md index 1a45e3d9552..423942101fa 100644 --- a/docs/DatagridAG.md +++ b/docs/DatagridAG.md @@ -99,7 +99,7 @@ Here are the important things to note: | `cellRenderer` | Optional | String, Function or Element | | Allows to use a custom component to render the cell content | | `defaultColDef` | Optional | Object | | The default column definition (applied to all columns) | | `mutationOptions` | Optional | Object | | The mutation options | -| `preferenceKey` | Optional | String or `false` | `${resource}.ag-grid.params` | The key used to persist columns order and sizing in the Store. `false` disables persistence. | +| `preferenceKey` | Optional | String or `false` | `${resource}.ag-grid.params` | The key used to persist [`gridState`](https://www.ag-grid.com/react-data-grid/grid-state/) in the Store. `false` disables persistence. | | `sx` | Optional | Object | | The sx prop passed down to the wrapping `