I just configured some views to use this nice display and found out that all FooTable bevaviour got lost after applying an exposed filter using AJAX. Any idea how to avoid this?

Comments

daniel wentsch’s picture

Okay, found a solution. Here's a patch that alters caller.js to call footable() using Drupal.behaviors instead of $(document).ready().
Works well for me.

matt v.’s picture

Status: Active » Fixed

I was able to replicate the issue and the patch applied cleanly and fixed it. I've now committed the fix. Thanks Daniel!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

djbakerman’s picture

problem still happens

drupal 7.23 COMMONS

djbakerman’s picture

Status: Closed (fixed) » Active
djbakerman’s picture

Status: Active » Fixed

mistake on my end by not enabling jquery to 1.8

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.