SearchPanes: stateSaveCallback with incomplete data (part II: serverSide)
SearchPanes: stateSaveCallback with incomplete data (part II: serverSide)
Hi @sandy,
as a follow-up to our discussion
https://datatables.net/forums/discussion/69246/searchpanes-statesavecallback-with-incomplete-data#latest
I set up a new test case:
http://live.datatables.net/fopuyupo/14/
(It's not working because of the broken URL http://live.datatables.net/examples/server_side/scripts/server_processing.php)
When using serverSide: true
the previous error occurs again:
stateSaveCallback
is called twice; first call contains all searchPanes, second call only the last one.
Could you check if your fix can be applied to serverSide
mode?
Thanks a lot,
Pascal
Replies
Hi @pgerundt ,
Thanks again for pointing this out. That should be the issue fixed now, hopefully this time it is a better solution that covers all areas!
This will be available in the next SearchPanes release which we hope will be in the next few weeks. Until then you can access the fix from the nightly builds.
Thanks,
Sandy
Hi @sandy,
perfect. Works. Thumbs up!