Processing bar position itself over table conent but below header and behind footer
Processing bar position itself over table conent but below header and behind footer
I am not using the processing API, just the processing option on table.
With datatables v 2.0.3
Debug code is: oyiqoy
<link href="https://cdn.datatables.net/v/bs5/jszip-3.10.1/dt-2.0.3/b-3.0.1/b-colvis-3.0.1/b-html5-3.0.1/b-print-3.0.1/date-1.5.2/fc-5.0.0/kt-2.12.0/rg-1.5.0/sc-2.4.1/sl-2.0.0/datatables.min.css" rel="stylesheet">
<script src="https://cdn.datatables.net/v/bs5/jszip-3.10.1/dt-2.0.3/b-3.0.1/b-colvis-3.0.1/b-html5-3.0.1/b-print-3.0.1/date-1.5.2/fc-5.0.0/kt-2.12.0/rg-1.5.0/sc-2.4.1/sl-2.0.0/datatables.min.js"></script>
With datatables v 1.13.5
Debug code is: iceben
<link href="https://cdn.datatables.net/v/bs5/jszip-3.10.1/dt-1.13.5/b-2.4.1/b-colvis-2.4.1/b-html5-2.4.1/b-print-2.4.1/date-1.5.1/fc-4.3.0/kt-2.10.0/rg-1.4.0/sc-2.2.0/sl-1.7.0/datatables.min.css" rel="stylesheet">
<script src="https://cdn.datatables.net/v/bs5/jszip-3.10.1/dt-1.13.5/b-2.4.1/b-colvis-2.4.1/b-html5-2.4.1/b-print-2.4.1/date-1.5.1/fc-4.3.0/kt-2.10.0/rg-1.4.0/sc-2.2.0/sl-1.7.0/datatables.min.js">
Replies
Can you link to a test case showing the issue so I can debug it please?
Allan
I'll send you a link/login to a page in our testsite in a PM.
KR,
Bjørn H
Fantastic - thanks for the PM with the example! I do indeed see the problem there. The processing elements needs to be in a slightly different position in the DOM structure if scrolling is enabled. I've committed that change and it will be in the next release, which I hope to make at the end of the week.
Allan
Super, many thanks for great support as always.
/bjørn