Sum on footer of the table
Sum on footer of the table

I need to get the sum of total amount in the footer of the table whenever the filter and date filter is done .
This is my code attached
Let me know on where to add the sum
This discussion has been closed.
Answers
You can provide a
footerCallback
function, as shown in this example to provide a summation summary in a column footer.Allan