Does DataTables store any data passed to it?

Does DataTables store any data passed to it?

adamjbrowneradamjbrowner Posts: 2Questions: 1Answers: 0

I'm a developer interested in using DataTables for a application I am developing. However, I am dealing with some very personal and potentially sensitive information and am concerned about any data I pass to DataTables. Does the plugin send and store data elsewhere other than my application?

Answers

  • allanallan Posts: 61,722Questions: 1Answers: 10,108 Site admin

    No - absolutely not.

    It stores the data for the table in its on internal memory, which lasts for the life cycle of the page (i.e. close the tab and it is destroyed just like any program). And if you were to use something like the debugger then yes information would be uploaded. But out of the box, DataTables does not and never will phone home.

    Allan

  • adamjbrowneradamjbrowner Posts: 2Questions: 1Answers: 0

    Thank you for your response, that's very useful!

This discussion has been closed.