Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmahajan7 committed Dec 4, 2024
1 parent c5b659c commit d49b0f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function App() {

#### `<DataGrid />`

##### Props
##### DataGridProps

###### `columns: readonly Column<R, SR>[]`

Expand Down Expand Up @@ -502,6 +502,8 @@ function MyGridTest() {

`TreeDataGrid` is component built on top of `DataGrid` to add row grouping. This implements the [Treegrid pattern](https://www.w3.org/WAI/ARIA/apg/patterns/treegrid/). At the moment `TreeDataGrid` does not support `onFill` and `isRowSelectionDisabled` props

##### TreeDataGridProps

###### `groupBy?: Maybe<readonly string[]>`

###### `rowGrouper?: Maybe<(rows: readonly R[], columnKey: string) => Record<string, readonly R[]>>`
Expand Down

0 comments on commit d49b0f6

Please sign in to comment.