How can i understand, user click to the sort
How can i understand, user click to the sort

I wanna sorted data in backend. How can i catch this event with JavaScript?
This discussion has been closed.
I wanna sorted data in backend. How can i catch this event with JavaScript?
Answers
I don't actually understand the question. Do you have a Javascript back end? Do you need to get the sorted data from DataTables (use
rows().data()
if so) and then send it to the server?Allan