primefaces / community

Community Forum
0 stars 0 forks source link

Feature: "not-in" mode for filter function accessed by component reference [DataTable] #578

Closed dnyaneshwar2023 closed 10 months ago

dnyaneshwar2023 commented 10 months ago

Discussed in https://github.com/orgs/primefaces/discussions/571

Originally posted by **dnyaneshwar2023** November 28, 2023 Hello folks 👋 , Do you guys think we should also have "not-in"/"notIn" mode for the filter function that is used from the component reference for the DataTable? https://primereact.org/datatable/#api.DataTable.methods image I was using it in one of my projects and I was hoping this mode to have since there can be use case where I have use case to avoid some items. (That could be achieved through providing all items except that we want to avoid in "in" mode but that seems hacky when I don't have the whole list of data) I am happy to contribute on it if it's needed.
dnyaneshwar2023 commented 10 months ago

Closing as it has been created in primereact repository