From 7af321727ed5a86f745e016f319522d90e22a148 Mon Sep 17 00:00:00 2001 From: Bilal Shafi Date: Wed, 1 Nov 2023 16:06:12 +0500 Subject: [PATCH] Improvement --- docs/data/data-grid/server-side-data/index.md | 1 + docs/data/pages.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/data/data-grid/server-side-data/index.md b/docs/data/data-grid/server-side-data/index.md index 0b8cd672f681..230ca1f5e8cf 100644 --- a/docs/data/data-grid/server-side-data/index.md +++ b/docs/data/data-grid/server-side-data/index.md @@ -230,6 +230,7 @@ Props related to grouped data (`treeData` and `rowGrouping`): - (1) Sarah // groupKey 'Sarah' - (2) Thomas // groupKey 'Thomas' ``` + When (2) is expanded, the `getRows` function will be called with group keys `['Sarah', 'Thomas']`. - `hasChildren?(row: GridRowModel): boolean` diff --git a/docs/data/pages.ts b/docs/data/pages.ts index 4b712dd99919..4302da61b631 100644 --- a/docs/data/pages.ts +++ b/docs/data/pages.ts @@ -110,7 +110,7 @@ const pages: MuiPage[] = [ title: 'Server-side data 🚧', plan: 'pro', children: [ - { pathname: '/x/react-data-grid/server-side-data', title: 'Overview', plan: 'pro' }, + { pathname: '/x/react-data-grid/server-side-data', title: 'Overview' }, { pathname: '/x/react-data-grid/server-side-data/lazy-loading', title: 'Lazy loading 🚧',