Using the Fixed Header Plugin does not work for me
Using the Fixed Header Plugin does not work for me
Lego9381
Posts: 1Questions: 1Answers: 0
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.
This discussion has been closed.
Answers
Per the forum rules, please link to a test case showing the issue.
Allan