how to return row id
how to return row id

Hi, please can you help. I want to know how to return the row id in this example - https://datatables.net/extensions/select/examples/api/get.html
thanks
This discussion has been closed.
Hi, please can you help. I want to know how to return the row id in this example - https://datatables.net/extensions/select/examples/api/get.html
thanks
Answers
this is how i did it - table.rows( { selected: true } ).ids().toArray();