Merge pull request #3449 from emrekaansurgun/master
DataTable.d.ts groupRowsBy type fixpull/3509/head
commit
2c206d3d46
|
@ -684,7 +684,7 @@ export interface DataTableProps {
|
|||
/**
|
||||
* One or more field names to use in row grouping.
|
||||
*/
|
||||
groupRowsBy?: (field: string) => object | string[] | string | undefined;
|
||||
groupRowsBy?: ((field: string) => object) | string[] | string | undefined;
|
||||
/**
|
||||
* Whether the row groups can be expandable.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue