Fixed header not working correctly
Fixed header not working correctly

a couple of issues i'm having with fixed header.
1 - it only seems to work from CDN and not when i use files locally.
can you point me to latest version of fixed header and check all css and js?
second issue which hopefully will be resolved with newest version.
2 - when scrolling i see 2 headers and only one works with check all check box.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
That shouldn't matter. You can download the latest from the Downloads page. What happens when you use local files? Do you get errors in the browser's console?
The 2 headers sound like a CSS issue. If you are using a styling framework like Bootstrap you need to make sure you are getting all the correct JS and CSS integration files. The download page I linked will help with this.
Here is the Bootstrap 4 example
If this doesn't help we will need to see a link to your page or a test case replicating the issue. Its impossible to troubleshoot CSS issues without being able to see it.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin
Thank you, i am using bootstrap. i will update all and try it.
no, i'm not getting console errors.
That fixed the problem.. thank you!!