How to convert the column filter state in mantine react table into the a differente format that require the backend? #60
Unanswered
juandaospina
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
-
I need to send to the backend a filter structure like the following
{ item: string; operator: string; value: string }
I've managed to get it, but I'm having trouble clearing any query entirely. I'm confused, how can I apply a custom column filter and change the columnFilterState?Beta Was this translation helpful? Give feedback.
All reactions