Table add Row (auto id)

Table add Row (auto id)

fabiofacirfabiofacir Posts: 3Questions: 3Answers: 0

When I use the follow api function is that a way of set an unique id to each row?

table.row.add( {
"name": "Tiger Nixon",
"position": "System Architect",
"salary": "$3,120",
"start_date": "2011/04/25",
"office": "Edinburgh",
"extn": "5421"
} ).draw();

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.