Sorting complete event
Sorting complete event

Hello everyone,
I want to get event when ajax datatable sorting is completed? xhr.dt and initComplete do not work. How can i get this event? Any suggestion?
Thanks.
This discussion has been closed.
Hello everyone,
I want to get event when ajax datatable sorting is completed? xhr.dt and initComplete do not work. How can i get this event? Any suggestion?
Thanks.
Answers
You can use the
order
event. The Datatables events are documented here:https://datatables.net/reference/event/
Kevin