Questions regarding the filter
For now I defined a new listFilter component in List page in this way:
I am using the client mode filter and the filter didn't work. I want to know is there anything wrong with my code? or is there something wrong with the usage of setFilters()
2 Replies
Hi @zion_48046. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Based on the information provided in the extracts, it seems that you're using client-side filtering with
filters.mode
set to "off"
. To update the table whenever the filters change using the setFilters
function, you can follow the example below:
In this example, you can use the handleSearch
function to update the filters based on the search value. The setFilters
function allows you to update the filters by providing a function that receives the previous filters and returns the new filters.
However, if you want to use server-side filtering, you can simply remove the filters.mode
property or set it to "server"
.
For more information, you can refer to the Refine documentation on useTable (https://refine.dev/docs/api-reference/core/hooks/useTable/).
If you're still having issues, it might be a bug. There's an open issue on GitHub where a user reported a similar problem. The Refine team is aware of the issue and is planning to improve the API and documentation of useTable
to make it more understandable (source (https://github.com/refinedev/refine/issues/4378)).
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------<@1156621086176321576> kapa.ai is still learning and improving, please let us know how it did by reacting below