how to get the whole row data as string?
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.
It looks like you're new here. If you want to get involved, click one of these buttons!
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.