Duplicate row Problem
Duplicate row Problem
hey i want to duplicate row but with all the collection of the original row,how can i achieve this with editor?
i cant find a way to know when i am Duplicate row or create row..
this is possible on server, or just on client with some global bool variable for duplicate?
so my solution was to used this bool variable to check if i duplicate or create new row, then create the row in database with my function and not with editor, this is the correct way?
This discussion has been closed.
Answers
Does this example help?
https://editor.datatables.net/examples/api/duplicateButton.html
Kevin