Skip to content

Commit

Permalink
Improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
MBilalShafi committed Nov 1, 2023
1 parent 03845e5 commit 7af3217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/data/data-grid/server-side-data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion docs/data/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 🚧',
Expand Down

0 comments on commit 7af3217

Please sign in to comment.