Skip to content

Commit

Permalink
Fix primefaces#3127: DataTableRowToggleParams TS updated
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Aug 2, 2022
1 parent c0785a1 commit f8977e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/lib/datatable/DataTable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ interface DataTableEditingRows {
[key: string]: boolean;
}

interface DataTableRowToggleParams extends DataTableExpandedRows {
interface DataTableRowToggleParams {
data: any[] | DataTableExpandedRows;
}

interface DataTableColumnResizeEndParams {
Expand Down

0 comments on commit f8977e7

Please sign in to comment.