Using the Fixed Header Plugin does not work for me

Using the Fixed Header Plugin does not work for me

Lego9381Lego9381 Posts: 1Questions: 1Answers: 0
edited October 2015 in Free community support

Hello!

I am trying get a header fixed, but it does not work. Everything else is working tho!

Thats the code:

<script type="text/javascript" src="jquery.dataTables.js"></script>
<script type="text/javascript" src="dataTables.fixedHeader.js"></script>

$(document).ready(function() {  
    $("#mytable").dataTable( {
    "searching":false,
    "paging":false,
    "info":false,
    fixedHeader:true       // THIS is not working! Neither if I put " " before and after fixedHeader.
    });
} );

Can you please help me with it?

Thanks in advance.

Answers

  • allanallan Posts: 62,313Questions: 1Answers: 10,225 Site admin

    Per the forum rules, please link to a test case showing the issue.

    Allan

This discussion has been closed.