Hello,
I’ve developed a custom view that extends the view.list.php. In this new view, I’ve integrated customized filter elements above the list view in the form of a dropdown list. The goal is to avoid using the default filters of the list view. For example, a simple filter list with values “Yes/no”.
Do you have a solution to dynamically update the table of the list view without reloading the page?
Thanks in advance.