mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Merge pull request #3449 from emrekaansurgun/master
DataTable.d.ts groupRowsBy type fix
This commit is contained in:
commit
2c206d3d46
1 changed files with 1 additions and 1 deletions
2
components/datatable/DataTable.d.ts
vendored
2
components/datatable/DataTable.d.ts
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue