Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javascript errors when used with tablesorter 2.0.5b #5

Open
nikkilocke opened this issue Mar 22, 2011 · 2 comments
Open

Javascript errors when used with tablesorter 2.0.5b #5

nikkilocke opened this issue Mar 22, 2011 · 2 comments

Comments

@nikkilocke
Copy link

The filter attempts to access table.config.cache - but there is no such variable.
I looked at tablesorter, and cache appears to be a local variable. I tried assigning it to table.config.cache every time it was altered (in tablesorter), and that made the javascript errors go away. I could even trace through the code, and see it building up resultRows. But the display was never updated - it remained as if I had not typed anything into the filter.
I'm afraid I'm a bit out of my depth beyond this point :-(

I don't know if this is relevant, but I am using tablesorter.pager at the same time.

I have put this issue in again, as I accidentally closed it last time, and I can't figure out how to reopen the old one.

@stevehodges
Copy link

I'm having the same issue. This plugin appears to not be compatible with the current version of tablesorter.

@Mottie
Copy link

Mottie commented May 16, 2012

It works with my fork of tablesorter... I do have the cache saved to table.config as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants