Get JSON
Get JSON
miguelaup
Posts: 3Questions: 2Answers: 1
Is possible to get the JSON of filtered rows in a datatable?
I have this to return all selected rows:
$("#status").dataTable()._('tr', {"filter":"applied"})
but I need the data in a JSON format in order to use the data for other components. Is possible to get the data in JSON?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Note the use of the 1.10 API rather than the legacy methods.
Allan