Cris
Cris

Reputation: 12204

Ajax filtering a Drupal 7 View

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?

Upvotes: 0

Views: 3278

Answers (1)

Sergey Litvinenko
Sergey Litvinenko

Reputation: 593

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.

Upvotes: 1

Related Questions