-
My data model now is:
Product has category and subcategory, for example "Pilot" is an "Airplane" and it is of "BrandX" categories. How should i change data from backend and and how can i have search in filter by all categories and subcategories. So that in cell of the category, i have the category of the brand, but if i search by main category Airplane, it will show me all products with that main category. Or if i search by brand, it will show all products with such brand In filter, for that field, i want select to look like: And be able to filter by category and subcategory i've tryed smth like this:
But i dont understand, how to filter. What should i pass to setFilterValue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
i do:
|
Beta Was this translation helpful? Give feedback.
i do: