Fixed #4662 - DataTable: Type definition doesn't match document

pull/4899/head
tugcekucukoglu 2023-11-27 15:21:56 +03:00
parent 46c5857512
commit 89b77cceca
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ export interface DataTableRowExpandEvent {
/**
* Expanded row data
*/
data: any[];
data: any;
}
/**