waiting to get my hands on the new state saving functions
var store = new Persist.Store('My Data Store');
var data = "pretend this is really long data that won't fit in a cookie";
store.set('saved_data', data);
store.get('saved_data', function(ok, val) {
if (ok)
alert('saved data = ' + val);
});
Unfortunately, the get() method is... peculiar in that it is asynchronous
fnStateLoad seems to have the wrong signature in the docs
I have checked my object o that is returned at the end and it looks ok
Also I'm wondering if I need to do anything extra to have the table remember column order etc with the plugins on the table or if I can just return the serialized oData object and the plugins will know what to do with it.
error 502 - Bad Request
my DataTable isn't storing the external filters
It looks like you're new here. If you want to get involved, click one of these buttons!
Get useful and friendly help straight from the source.