Quicktabs with AJAX Views
Posted
by
Primus202
on Stack Overflow
See other posts from Stack Overflow
or by Primus202
Published on 2012-06-20T21:12:24Z
Indexed on
2012/06/20
21:16 UTC
Read the original article
Hit count: 124
I'm working in Drupal 7 with the quicktabs and views modules. I have a great looking tabbed set of tables filled with data. However, despite all the views having AJAX turned on, trying to do a column sort (or use the pager I imagine though currently there is not enough content to require one) causes the page to reload with a new URL instead of simply reloading the view in question.
I found on Drupal some fixes for this problem but all seem to be in Drupal 6. Anyone have a patch for 7?
© Stack Overflow or respective owner