From d49b0f63c75983390b3011190a73c83d14afe337 Mon Sep 17 00:00:00 2001 From: Aman Mahajan Date: Wed, 4 Dec 2024 10:29:03 -0600 Subject: [PATCH] eslint --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6a6e7613b..495b4c85f5 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ function App() { #### `` -##### Props +##### DataGridProps ###### `columns: readonly Column[]` @@ -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` ###### `rowGrouper?: Maybe<(rows: readonly R[], columnKey: string) => Record>`