About rowReorder and Server-side processing update
About rowReorder and Server-side processing update
kabeda
Posts: 6Questions: 1Answers: 0
Hi,
I really like DataTables. I have a table with a php source. Every thing is good. I added rowReorder with dataSrc (to my order column) and update: false. I am able the change the order of the rows but I didn't find how to send the changes to my php script in order to update the database.
Please need help, I didn't find any source neither in the doc nor in the forum.
This discussion has been closed.
Answers
Hi,
I finally found with this https://datatables.net/reference/event/row-reorder
Hi,
Welcome to the DataTables world .
Yes, the
row-reorder
event is exactly what you want for this.Allan
Hi,
I'm having the same problem. I'm not a coder, and using DataTables in a simple local project.
Is there a way to send changes via PHP to update MySQL table without using Editor plugin?
Any help would be appreciated.
Best regards.