I have a View where i would like to expose filters to permit the user to customize the view output.
I know i can use exposed filters but, instead of a drop down (or checkbox/radiobutton of exposed filters) i want to put a list of DIV or LI that, when clicked, can update the view output through ajax. In which way is it possible using Views 3 and Drupal 7?
I have a View where i would like to expose filters to permit the
Share
You can use Better exposed filters module to change output of your filter items to links. And Use AJAX option in Advanced settings of a view to make filtering ajaxifyed.