-
Notifications
You must be signed in to change notification settings - Fork 754
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
Error when using saveSort or sortList #346
Comments
can you create a jsfiddle? make sure you are using a browser with localStorage capable (not in incognito mode) |
http://jsfiddle.net/abkNM/1009/ working fine for me... |
Here you go: I can see that everything is being saved into localStorage on the first sort. Refresh the page and the error appears in the console. |
on your jsfiddle with debug on i see: the multisort function throw the error:
this would cause multiple column sorting not to work. digging into why tc.cache would be undefined now |
This does look like a bug. I'll get this fix out in the next update once I've caught up with everything 😵 |
Using latest version 2.10.8, widget to enable saveSort, and using jQuery 1.8.3 but keep getting this error message:
TypeError: Cannot read property '0' of undefined on line 609
My config is like this:
And it will use either sortList: [[3,0]] or widgets: ['saveSort]
The text was updated successfully, but these errors were encountered: