Datatables 2.0.1 Footer callback content duplicated with scrollX: true
Datatables 2.0.1 Footer callback content duplicated with scrollX: true
scott_rycroft
Posts: 3Questions: 2Answers: 0
https://live.datatables.net/tejopopu/1/edit
In 2.0.1 if you have scrollX: true
and update footer content HTML with footerCallback
, the content is getting duplicated into an extra row.
This is not happening in 1.13.11, see here:
https://live.datatables.net/rowifoda/1/edit
Is there a workaround for this?
This question has an accepted answers - jump to answer
Answers
Thanks fort the test case!
Fix committed here and it will be in 2.0.2 which will be out later today.
The workaround is to wrap your text in an HTML tag: https://live.datatables.net/tejopopu/3/edit
Allan