As I tested for the first time (looks good by the way..) I might have missed something but it seems like when using bStateSave-flag DataTables only saves (in my test I changed iDisplayLength) the value for the last table changed (I have multiple tables in my page in a tab-panel)
So changing tab1 to 50 and tab2 to 100 only tab2 will show up with 100 lines but tab1 will be back to 10 after reloading the page
@Bengt: Is this a new issue in 1.9.0 and it worked in 1.8.2 or before? Can you give us a link or a debugger code please? Also in future can you post in a new thread please, as noted at the top of this one for issues.
Sorry about posting in wrong thread...didnt notice it.
The problem discovered in 1.9.0 which is the first version I've ever tried and it occurred the first day.
http://www.rst-online.se/demo/RSTmain.php?admin=1
is a link to a demo site that can be used for debugging. It seems to work ok with Chrome, FF, Safari and Opera but takes 30-40s to load with IE. Using profiling in IE indicates that most time is spent in _fnGatherData()
Okay - this really should go into a new thread then since it has nothing to do with the 1.9.0 release. I will delete these messages shortly - I've posted your question in a new thread: http://datatables.net/forums/discussion/8847
Replies
Allan
So changing tab1 to 50 and tab2 to 100 only tab2 will show up with 100 lines but tab1 will be back to 10 after reloading the page
Allan
The problem discovered in 1.9.0 which is the first version I've ever tried and it occurred the first day.
http://www.rst-online.se/demo/RSTmain.php?admin=1
is a link to a demo site that can be used for debugging. It seems to work ok with Chrome, FF, Safari and Opera but takes 30-40s to load with IE. Using profiling in IE indicates that most time is spent in _fnGatherData()
Allan