Sticky Header code note activating

Sticky Header code note activating

dancedjdancedj Posts: 3Questions: 2Answers: 0

This is the code I'm using to activate the fixedheader but it has no effect. What am I doing wrong?

$(document).ready(function() { $('#example').DataTable({ "pageLength": 1000, fixedHeader: { header: true, footer: false } }); } );
This discussion has been closed.