Skip to content

Commit

Permalink
Fix markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
MBilalShafi committed Nov 1, 2023
1 parent 46bde47 commit 03845e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/data/data-grid/server-side-data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,10 @@ Props related to grouped data (`treeData` and `rowGrouping`):
This effectively replaces `getTreeDataPath`.
Consider this structure:

```
```js
- (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

0 comments on commit 03845e5

Please sign in to comment.