how to return row id

how to return row id

zebra100zebra100 Posts: 4Questions: 2Answers: 0

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

  • zebra100zebra100 Posts: 4Questions: 2Answers: 0

    this is how i did it - table.rows( { selected: true } ).ids().toArray();

This discussion has been closed.