How to create dynamic category system with spinner in single list component
● spinner for category
if select any other category then load data (image, name, link) in list of select category
How to create dynamic category system with spinner in single list component
● spinner for category
if select any other category then load data (image, name, link) in list of select category
After spinner selection, make a condition, if selection matches category, then clear previous items for list, and create new list which you need to show in list component, if you don’t want to show in list component, use dynamic components extension to create your custom category list, [FREE / Open Source] - Dynamic Components Extension (for every component)
I do this using a Select Where in PHP Script, returning Json to feed the component data.
You can see my answer on your first topic:
just replace the list picker with a spinner
BTW, your topic here is simmilar to another topic by you.So please don’t create multiple topics on the same thing