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

DataTable: Implement IN MatchMode for JpaLazyDataModel #9324

Closed
FlipWarthog opened this issue Oct 18, 2022 · 0 comments · Fixed by #9325
Closed

DataTable: Implement IN MatchMode for JpaLazyDataModel #9324

FlipWarthog opened this issue Oct 18, 2022 · 0 comments · Fixed by #9325
Assignees
Milestone

Comments

@FlipWarthog
Copy link
Contributor

Description

JpaLazyDataModel does not currently support filterMatchMode="in"

Describe the solution you would like

filterMatchMode="in" to be supported when using JpaLazyDataModel.

Additional context

Comment on original ticket: #7667 (comment)

@melloware melloware removed the ‼️ needs-triage Issue needs triaging label Oct 18, 2022
FlipWarthog added a commit to FlipWarthog/primefaces that referenced this issue Oct 18, 2022
@melloware melloware added this to the 13.0.0 milestone Oct 18, 2022
melloware pushed a commit that referenced this issue Oct 18, 2022
)

* Fix #9324: DataTable: Implement IN MatchMode for JpaLazyDataModel

* Implement NOT_IN as well

* Use safer isAssignableFrom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants