stateSaveCallback & stateLoaded with PHP SQL Database
stateSaveCallback & stateLoaded with PHP SQL Database

I am looking into utilizing stateSaveCallback & stateLoaded to see if It's possible to save all states to the database instead of local or session storage.
Is it possible to save all states with their names? If I click on the Create State default button, it creates a state and the Save States button opens a list of all the previous states that I saved. From there, I can rename, delete or select.
If I implement stateSaveCallback & stateLoaded, will all states get saved at once with their names?
Answers
Sounds like you are using the StateRestore extension. You can use Ajax to save and restore saved states to a server. See these examples:
https://datatables.net/extensions/staterestore/examples/initialisation/ajax.html
https://datatables.net/extensions/staterestore/examples/initialisation/ajaxFunction.html
Is this what you are looking for?
Kevin
I am just getting back to looking at this. I am looking at the second example showing the ajax functionality. Am I able to redirect to a SQL database and save by user and page? Basically, if I am on my laptop setting up my search builder for one of my pages, I want to be able to go on my phone and pull up the search.