How to make an added row to selected one ?

How to make an added row to selected one ?

jan-007jan-007 Posts: 4Questions: 2Answers: 0

I tried the following:
```
var row = _g_tenantsTable.row.add({
"id": result.data.id,
"name": result.data.name,
"description": result.data.description
}).draw();

                row.nodes().to$().addClass('selected');

```
but the row is not highlighted. What's wrong ?

Answers

This discussion has been closed.