I'm building a web application where I have categories and subcategories. Since I have right now 1900 rows in a table and it's growing up I need a component to show them as follow:
- A first level should show main categories (those who have not parents)
- When I pick any of the parents categories then inside the same component I should able to show their children and also give the ability to go back and pick any other category.
Does any one know any kind of component to do this? Maybe a SELECT or something else? Also if any have ideas programmatic then leave here and I'll take into account.
PS: I don't know if this is the right place to post this if not apologies and point me in the right direction for the next one.