mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
React-Data-Grid: Add rowGroupRenderer prop to GridProps used by ReactDataGrid (#36773)
* Add rowGroupRenderer as prop in GridProps * Add description of the added prop
This commit is contained in:
parent
d0557be9a4
commit
718f6ea35d
6
types/react-data-grid/index.d.ts
vendored
6
types/react-data-grid/index.d.ts
vendored
@ -92,6 +92,12 @@ declare namespace AdazzleReactDataGrid {
|
||||
* If you want to define your own, consider extending ReactDataGrid.Row.
|
||||
*/
|
||||
rowRenderer?: React.ReactElement | React.ComponentClass<any> | React.StatelessComponent<any>
|
||||
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user