Does DataTables have ready-made solutions for changing information in a table?
Does DataTables have ready-made solutions for changing information in a table?
dwpoint
Posts: 9Questions: 3Answers: 0
Hello. Please tell me, is it possible in DataTables to change information in cells and then transfer the changes to MySQL?
I have an idea to add <input type="text" id="id_mysql" class="cell_mysql"> to the cells and track the change through JQuery. And then transfer changes through Ajax. But maybe there is a more correct and ready way?
Replies
It sounds like you are looking for editing in the table. Have a look at our Editor software which does exactly that.
Allan
@allan It's not free, right?
Editor is a paid for application. There are no free editing plugins on this site. You could write your own but I found that the small fee for Editor is well worth the time it would take to write my own editing code.
Kevin
Yes - what Kevin said
Allan