clientside storage with sqllite or any other application

clientside storage with sqllite or any other application

veranopageveranopage Posts: 24Questions: 0Answers: 0
edited May 2013 in General
is clientside storage with sqllite or any other application possible with datatables in a clientside environment?

Replies

  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    Sure - use fnServerData to intercept the Ajax call.

    An example which uses Editor as well as DataTables: http://editor.datatables.net/release/DataTables/extras/Editor/examples/localstorage.html

    Allan
  • veranopageveranopage Posts: 24Questions: 0Answers: 0
    what is the data limit? I am looking to save in a large file of 25-100mb
    also Will this work with sql lite?
This discussion has been closed.