Filtering with UseSelect Hooks
There are 2 tables:
Expected Payload
Repo: https://github.com/Us3r-gitHub/Refine-Nest
- Parent (Category)
- Children (Customer)
- When Customer table is filtered by Category
And there is a Customer that matches the Category (works as expected) - When Customer table is filtered by Category
And there is no Customer data that matches the Category (an error occurred, incorrect payload happen)
{{API_URL}}/categories?filter[0]=id||$in
Expected Payload
{{API_URL}}/categories?filter[0]=id{{category_id}}
Repo: https://github.com/Us3r-gitHub/Refine-Nest

GitHub
Contribute to Us3r-gitHub/Refine-Nest development by creating an account on GitHub.
