dataTable row?
dataTable row?
bairavasurya
Posts: 2Questions: 1Answers: 0
how to get the whole row data as string?
This discussion has been closed.
Replies
You can get the data from a row with this call
http://datatables.net/reference/api/row().data()
You'll need to write a function to build it into a string.