Is it possible to save settings?

Is it possible to save settings?

rox0rrox0r Posts: 1Questions: 1Answers: 0

I want that every user has the opportunity to save settings like sort, or some filters
Is that possible to save to Mysql?

Answers

  • allanallan Posts: 61,438Questions: 1Answers: 10,049 Site admin

    The built in state saving (stateSave) uses localStorage or sessionStorage. If you want to save to a database, you need to use a callback such as stateSaveCallback .

    Allan

This discussion has been closed.