diff --git a/packages/main/src/components/AnalyticalTable/Recipes.mdx b/packages/main/src/components/AnalyticalTable/Recipes.mdx index 398775b87cb..fd7fbab6a2d 100644 --- a/packages/main/src/components/AnalyticalTable/Recipes.mdx +++ b/packages/main/src/components/AnalyticalTable/Recipes.mdx @@ -296,4 +296,33 @@ const columns = [ ]; ``` +## How to initially set a table state? + +To initially select or expand a row; reorder, filter, group, hide or sort a column you can use the `reactTableOptions.initialState` object: + +```jsx + +``` +