memory save
memory save
aakash gupta
Posts: 5Questions: 3Answers: 0
when we fetched the data that shows it data table i think the entire data is saving in data table's memory.
so i have two questions.
1. where is this data saving in this memory(on the local machine or on the browser or on the server) ?
2. The entire data which are showing in the data table is totally secure if not then how can we do it ?
any help will be appreciable.
Thanks in advance
Aakash
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
If you are using client-side processing, then yes, it will have the full data set in the browser's memory (i.e. client-side).
If you use server-side processing, then only the data visible for the page displayed is downloaded to the client. Please see the manual for more details.
I don't really understand the question. If the user can see it, then, well, the user can see it. How would you secure that?
Allan
Sounds like you need ssl or something like that. You are talking about positively identifying the user, determining their access and showing them data in a secure way, which is beyond the scope of DataTables.
You never send anything to a client machine that you do not want the client to see.
thanks a lot allan...