Link to test case: Coming soon, working on getting a test case together. In the meantime I wanted to go ahead and ask in case the issue is obvious to anyone here.
Description of problem:
I am encountering an issue with my table footer. As you can see in the screenshot, the I have a datatable with a <tfoot>, but for some reason the footer is duplicated. When I inspect the element, I see a <tfoot> with no values in the original table element, and I see the desired <tfoot> in the one contained in the dataTables_scrollFoot div.
Currently I am compensating by doing something like $('#tableId').find('tfoot').remove(); on initComplete and on dt.draw events, but if the window is resized, the blank footer returns to the bottom.
Apologies for not having a test case ready just yet, but I wanted to check if there is something that rings a bell for anyone.