State Save, Server Side Ajax Tables, and Table Tools - Cookie problem.

State Save, Server Side Ajax Tables, and Table Tools - Cookie problem.

taelortaelor Posts: 20Questions: 0Answers: 0
edited March 2010 in General
Has anyone else using this configuration come across a problem where you goto the print page, then hit the escape button to go back, and error is caused where you lose pagination.

If you delete the cookie used to store the state save information, then it will be fixed temporarily, until you try and do that same set of steps again.

Here is the actually Cookie itself.

[code]
{"iStart": 150,"iEnd": 75,"iLength": -1,"sFilter": "","sFilterEsc": true,"aaSorting": [ [0,'asc']],"aaSearchCols": [ ['',true],['',true],['',true],['',true],['',true],['',true],['',true],['',true],['',true],['',true],['',true],['',true]],"abVisCols": [ true,true,true,true,true,true,true,true,true,true,true,true]}
[/code]

Could the problem possibly be iLength = -1?
This discussion has been closed.