Fixed #4662 - DataTable: Type definition doesn't match document
parent
46c5857512
commit
89b77cceca
|
@ -378,7 +378,7 @@ export interface DataTableRowExpandEvent {
|
|||
/**
|
||||
* Expanded row data
|
||||
*/
|
||||
data: any[];
|
||||
data: any;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue