You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having experienced what i thought was pagination related issues breaking the expected operation of Demo app.
It would appears the culprit was due to some 'ready event problems caused by Turbolinks5' (which is now installed by default)
Downgrading to using gem 'turbolinks', '~> 2.5.3' fixed things up to some degree, filterriffic behaved better but there was still an issue with needing to double click pagination links.
Using jquery.turbolinks then solved this.
Suggests that maybe a change in filterrific to ensure compatibility with turbolinks5 would be helpful if anyone has the time?
The text was updated successfully, but these errors were encountered:
Having experienced what i thought was pagination related issues breaking the expected operation of Demo app.
It would appears the culprit was due to some 'ready event problems caused by Turbolinks5' (which is now installed by default)
Downgrading to using gem
'turbolinks', '~> 2.5.3'
fixed things up to some degree, filterriffic behaved better but there was still an issue with needing to double click pagination links.Using jquery.turbolinks then solved this.
Suggests that maybe a change in filterrific to ensure compatibility with turbolinks5 would be helpful if anyone has the time?
The text was updated successfully, but these errors were encountered: