diff --git a/types/react-data-grid/index.d.ts b/types/react-data-grid/index.d.ts index 440c4dec5c..70dee06819 100644 --- a/types/react-data-grid/index.d.ts +++ b/types/react-data-grid/index.d.ts @@ -92,6 +92,12 @@ declare namespace AdazzleReactDataGrid { * If you want to define your own, consider extending ReactDataGrid.Row. */ rowRenderer?: React.ReactElement | React.ComponentClass | React.StatelessComponent + + /** + * A react component to customize how the grouping header row is rendered + */ + rowGroupRenderer?: React.ComponentType + /** * A component to display when there are no rows to render. */