Fixed header not working correctly

Fixed header not working correctly

mikeD123mikeD123 Posts: 12Questions: 6Answers: 0

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

Answers

  • kthorngrenkthorngren Posts: 21,166Questions: 26Answers: 4,921
    Answer ✓

    it only seems to work from CDN and not when i use files locally.

    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?

    when scrolling i see 2 headers and only one works with check all check box.

    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

  • mikeD123mikeD123 Posts: 12Questions: 6Answers: 0

    Thank you, i am using bootstrap. i will update all and try it.

    no, i'm not getting console errors.

  • mikeD123mikeD123 Posts: 12Questions: 6Answers: 0

    That fixed the problem.. thank you!!

This discussion has been closed.