Overriding setting saving feature!
Overriding setting saving feature!
I'm wondering if it would be possible with the current features to override the saving process and direct all incomming and outgoing saved settings into a different source such as an ajax based source. I've found fnGetSettings but no fnSetSettings nor have i found a way to get notified when a saving operation takes place.
In the same train of tought, i was wondering if it was possible to save only some specific options such as table length and column order, i don't want to save the current page! (makes no sense anyway when reloading dynamic data)
Is this something possible?
In the same train of tought, i was wondering if it was possible to save only some specific options such as table length and column order, i don't want to save the current page! (makes no sense anyway when reloading dynamic data)
Is this something possible?
This discussion has been closed.
Replies
> In the same train of tought, i was wondering if it was possible to save only some specific options such as table length and column order
For this - fnStateSaveParams and fnStateLoadParams .
Allan