DataTable's filterButtonProps
prop should accept a partial
#7248
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
DataTable's
filterButtonProps
prop has typeDataTableFilterButtonPropsOptions
. But in the implementation, it actually deals with partial objects (Partial<DataTableFilterButtonPropsOptions>
), to allow users to only overwrite some of the buttons:primevue/packages/primevue/src/datatable/DataTable.vue
Lines 2070 to 2085 in 462a029
The prop type should reflect that, see PR #7247.
The text was updated successfully, but these errors were encountered: