Set Id For Row in Add Row

Set Id For Row in Add Row

elahi1mahdielahi1mahdi Posts: 9Questions: 5Answers: 0
edited July 2018 in Free community support

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();

Answers

This discussion has been closed.