Does DataTables have ready-made solutions for changing information in a table?

Does DataTables have ready-made solutions for changing information in a table?

dwpointdwpoint 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

  • allanallan Posts: 62,990Questions: 1Answers: 10,367 Site admin

    It sounds like you are looking for editing in the table. Have a look at our Editor software which does exactly that.

    Allan

  • dwpointdwpoint Posts: 9Questions: 3Answers: 0

    @allan It's not free, right?

  • kthorngrenkthorngren Posts: 21,083Questions: 26Answers: 4,908

    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

  • allanallan Posts: 62,990Questions: 1Answers: 10,367 Site admin

    Yes - what Kevin said :)

    Allan

Sign In or Register to comment.