can't retrieve data from dataTables
can't retrieve data from dataTables
guillaume.lheureux.son@gmail.com
Posts: 15Questions: 6Answers: 1
Hello,
I have a fully dataTables working on client side (I can CRUD on the dataTables).
Now I want to make the changes working on Mysql to update my database after a change on the client side. I don't know how to retrieve the data from the dataTables and then send this data to my serverside (and be able to retrieve this data on my servlet).
If someone can help me it would be great! Thank you
This discussion has been closed.
Answers
The easiest way in case you use PHP or .NET on the server side with MySQL is to buy an Editor license. That takes care of all of this for you and will save you many, many hours of work. https://editor.datatables.net/examples/index
If you are not using PHP or .NET just take a look at this: https://datatables.net/examples/data_sources/index.html