Set Id For Row in Add Row
Set Id For Row in Add Row
elahi1mahdi
Posts: 9Questions: 5Answers: 0
How To Set Id For Row When I Add Row in below code?
var table = $('#Mytable').DataTable();
var rowNode = table
.row.add(['', model.title, model.task, model.description, data.department_status, ''])
.draw(false)
.node();
This discussion has been closed.
Answers
Hi @elahi1mahdi ,
See this thread here,
Cheers,
Colin