Events on change
Events on change
AOUNI ic
Posts: 1Questions: 1Answers: 0
i would like to excute sum function into salary column , also i need the value change on datatables change .
For exemple : i was looking for "sLengthMenu onchange " event , i dont know how to do it.
This discussion has been closed.
Answers
Here is an example of summing a column into the footer:
https://datatables.net/examples/advanced_init/footer_callback.html
Here is a list of Datatables events you can use:
https://datatables.net/reference/event/
The
length
will be the one to use for lengthChange.Kevin