add updated lines as new line

add updated lines as new line

SwordmSwordm Posts: 9Questions: 4Answers: 0

hello, I would like to edit updated lines as new line to database.
Is it possible to change update button behaviour to add ?
when I press it will add new line to database

Answers

  • kthorngrenkthorngren Posts: 20,275Questions: 26Answers: 4,765

    Maybe the duplicate button is what you are looking for?

    https://editor.datatables.net/examples/api/duplicateButton.html

    Kevin

  • SwordmSwordm Posts: 9Questions: 4Answers: 0

    Thanks but actually not. I want to get data from 3 different tables with json and save it to mysql database. . I want to create id column at mysql with auto increase and want to edit 50 line of json data and save it to mysql with auto increase id. not actual id they have.

    press update --> add it to mysql --> mysql id is increasing +1

This discussion has been closed.