PColumnFilter's apply and clear button arent hiding if [showApplyButton] or [showClearButton] are set to false #9654
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
I'm submitting a ... (check one with "x")
Plunkr Case (Bug Reports)
https://stackblitz.com/edit/primeng-tablefilter-demo-fupw4q?file=src%2Fapp%2Fapp.component.html
Current behavior
Setting ShowApplyButton or ShowClearButton to false, doesn't hide the apply- or the clear-button on the pColumnFilter
Expected behavior
Setting ShowApplyButton or ShowClearButton to false, should hide the apply- or the clear-button on the pColumnFilter
What is the motivation / use case for changing the behavior?
To be able to create custom buttons, which are using the filterCallback, for applying or clearing filters on the pColumnFilter.
The text was updated successfully, but these errors were encountered: