I have a table using datatables plug-in. I\'m trying to make my table header fixed, and follow this link : here
$(\'.device-table\').DataTable( { \"fixedHea
Your fiddle seems to be missing the dataTables.fixedHeader plugin as well as the fixedHeader.dataTables CSS file which was causing you the page from rendering properly (with the fixed headers).
dataTables.fixedHeader
fixedHeader.dataTables
Working DEMO: - https://jsfiddle.net/s2xbf9d0/7/
Hope this helps!