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.
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.