Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #5802: Allows clear filter button to render without filterMenu button #5803

Merged
merged 2 commits into from
Jan 19, 2024

Conversation

cassenhp
Copy link
Contributor

@cassenhp cassenhp commented Jan 18, 2024

Fix #5802

Fixes Issue where clear button will not be rendered if menu button is not rendered. In original issue fix listed below, I think that the check implemented in this issue was unintentionally placed in the createClearButton method

In reference to this issue:
#4994

And this commit:
deec2b2

… is hidden

Fixed Issue where clear button will not be rendered if menu button is not rendered. In original issue fix listed below, I think that the check implemented in this issue was unintentionally placed in the createClearButton method

In reference to this issue:
primefaces#4994

And this commit:
primefaces@deec2b2
Update ColumnFilter.js to allow clear button to show when menu button… issue primefaces#5802
Copy link

vercel bot commented Jan 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
primereact ⬜️ Ignored (Inspect) Visit Preview Jan 18, 2024 10:40pm
primereact-v9 ⬜️ Ignored (Inspect) Visit Preview Jan 18, 2024 10:40pm

@melloware melloware added the Type: Bug Issue contains a defect related to a specific component. label Jan 19, 2024
@melloware melloware merged commit f40b5f8 into primefaces:master Jan 19, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Datatable Column Filter: Clear Button will not show if filter menu button is hidden
3 participants