Hi Team,
I just want to add the filter element(select control) on front end by which i want to filter the topic on the basis selected filter element.
As you can see i have implemented the select control on my front end with initial loaded topic, which is getting by
plugins.fireHook('filter:topics.get', { topics: topics, uid: uid }, next);
and i have added a method which is bind to this hook as you can see in screenshot
and this is a custom plugin, i am getting proper data on my initial load but the requirement is that i want to filter my topics whenever i change the select control value from front end.
I have tried all the possible methods to access the hook from front end so that i can fire re-render process but still not able to achieve. So the problem is that how we can access any type of hook related with firing on changes of front end element.
I am wondering, Is there any way like ajax request from the front end by which we can re-render the page just by firing the hook ?
It would be very helpful if you look into this issue in a better manner.
Regards