Skip to content

Commit

Permalink
Merge pull request #7247 from FloEdelmann/patch-2
Browse files Browse the repository at this point in the history
fix: allow partial filter button props in DataTable
  • Loading branch information
tugcekucukoglu authored Feb 19, 2025
2 parents 39ab3d6 + 9e04b21 commit 840180a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primevue/src/datatable/DataTable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ export interface DataTableProps<T = any> {
}
}
*/
filterButtonProps?: DataTableFilterButtonPropsOptions | undefined;
filterButtonProps?: Partial<DataTableFilterButtonPropsOptions> | undefined;
/**
* Used to pass all edit button property object
* @defaultValue {
Expand Down

0 comments on commit 840180a

Please sign in to comment.