FixedHeader 5.0.0-beta.1

DataTables CDN files for FixedHeader 5.0.0-beta.1. This software was originally released on 6th April, 2026.

Release notes

This release of FixedHeader updates the software to be fully compatible with DataTables 3, and matches the core library in that it no longer has any dependency on jQuery.

New

  • Remove jQuery dependency
  • Support DataTables 3 (required)
  • fixedHeader.adjust() will now recompute auto offsets as well as its regular calculations.

Updates

  • ES6 output target from TypeScript

Fixes

  • Take account of changes in draw state to other DataTables on the page
  • Changes in other DataTables's state can cause the positions for header / footer fixed positioning to change, and this needs to be taken account of.

Examples

  • Update to remove jQuery initialisation version of each example, and focus on the Vanilla JS code for simplicity and consistency throughout the DataTables examples.

Docs

  • Updated for the more consistent naming convention used for DataTables' defined types in DT3

Files