The Javascript shown below is used to initialise the table shown in this example: $(document).ready(function() { var table = $('#example').DataTable( { fixedHeader: true } ); } ); In addition to the ...
When overwriting position:sticky with position:fixed it does work, but this also brings the hassle of adding padding to the website + you never know how these styles will evolve so I'd rather not ...