mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #4662 - DataTable: Type definition doesn't match document
This commit is contained in:
parent
46c5857512
commit
89b77cceca
1 changed files with 1 additions and 1 deletions
2
components/lib/datatable/DataTable.d.ts
vendored
2
components/lib/datatable/DataTable.d.ts
vendored
|
@ -378,7 +378,7 @@ export interface DataTableRowExpandEvent {
|
|||
/**
|
||||
* Expanded row data
|
||||
*/
|
||||
data: any[];
|
||||
data: any;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue