I am exporting a datatable as excel file with 4 columns, out of that my column 3 contains product prices, now after the export, I should see an additional row at the end of the table with "Total" and contains the sum of column 3 values.
I thought of showing it on the datatable using footercallback and export the datatable directly, but as I am using multi filter in the footer section and can't create one more footer this idea didn't work.
Expectation: Show the sum of a column-3(filtered) on the html page near to datatable saying that when I export as excel it should contain the summation value at the end of the table rows.