Is it possible to save settings?
Is it possible to save settings?
rox0r
Posts: 1Questions: 1Answers: 0
in DataTables
I want that every user has the opportunity to save settings like sort, or some filters
Is that possible to save to Mysql?
This discussion has been closed.
Answers
The built in state saving (
stateSave
) useslocalStorage
orsessionStorage
. If you want to save to a database, you need to use a callback such asstateSaveCallback
.Allan