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

This commit is contained in:
tugcekucukoglu 2023-11-27 15:21:56 +03:00
parent 46c5857512
commit 89b77cceca

View file

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