DataTables 3.0.0

DataTables CDN files for DataTables 3.0.0. This software was originally released on 22nd July, 2026.

Release notes

The third major release of DataTables brings a number of improvements to the software, with the highlight being that it is now dependency free (no jQuery requirement any more).

For a high level overview of DataTables 3, please see the following documentation:

Since the 3.0.0-beta.2 release there have been a number of changes and few new features, which are detailed below.

For a full description of the changes in this major release since the last non-beta release, please refer to the release notes for the two betas:

New

  • DataTable.key() which is used to register a license key for use with DataTables Plus extensions (e.g. Editor and CardView).
  • Row invalidation event which can be used by extensions to tell when a row's data has been updated.
  • When a page length is specified that isn't in the dropdown list (pageLength), a temporary option for that value will be added so it is less confusing for the end user.
  • DataTable.Dom.s(document).on('ready'...) event. This is provided as a convenience rather than needing to listen for DOMContentLoaded and take account of if the document has already loaded or not.

Fixes

  • When the datetime renderer was used for the first time, it would override any class already set for that rendering type.
  • Improved performance when appending a large number of DOM elements and a DOM mutation observer is used.
  • Table initialisation would not complete if state saving with named columns and the ordering column changed.
  • data-dt-row and data-dt-column selectors weren't working correctly
  • Delegated event removal without jQuery
  • Cancel Ajax when beforeSend returns false
  • Fix vanilla delegated blur handling
  • columns().widths() didn't correctly take into account Responsive hidden columns
  • If data is provided as a string for DataTable.ajax it wasn't submitting
  • Adding autocomplete=off attributes to table input controls to improve accessability
  • Events added by on are now automatically removed if a table is destroyed
  • Caption position wasn't correct when used with scrolling features
  • Empty footer is no longer in the DOM, so the CSS to hide an empty footer is redundant and can be removed.

Docs

  • dom, pagingType and orderCellsTop where marked for removal in v3, but they are too widely used to remove at the moment. Only dom takes much code (and even then, not much) but it would be the most disruptive. Removing them from v3 deprecation target.

Files

css

js