I want to perform a mix filtering (server side or backend and frontend) for each column #4751
Unanswered
gustavosanchez-erisx
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I wanted to know if is it possible to perform a mix filtering (server side or backend and frontend) for each row.
Right Now I can perform either one or the other, but not both at the same time. (I mean or the table perform the backend filtering, or all the table perform the frontend automatic filtering)
For example: The
Id
column allows a backend filtering, but thename
column doesnt, so I have to filter the name column on the frontend.So set to true the manualFilters: true, but I dont know what is the function that it enables to handle the manual filtering.
Is it possible to do something like the mix filtering on the same table? but based on the columns?
Beta Was this translation helpful? Give feedback.
All reactions