FixedColumns and footerCallback
FixedColumns and footerCallback
martoo
Posts: 5Questions: 1Answers: 0
Is there a way to use a total row on a fixed column and when table is filtered by search the value to be updated? It loads the sum correctly at initialized but after that it does not update the sum.
This discussion has been closed.
Answers
I am using: .column(i, { filter: 'applied' }) and it does not work
Looks like you found this thread which Colin shows a working example to update the fixedColimns with
fixedColumns().update()
. Does this not work for you? If not please update his example or provide a test case showing the issue so we can help debug.https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin