DataTables 2.3.3

DataTables CDN files for DataTables 2.3.3. This software was originally released on 20th August, 2025.

Release notes

A number of small fixes come together to make this a solid release improving a number of areas of DataTables core.

Updated

  • Provide a way to get a JSON subtree for a language object. This is done by giving false as the plural parameter for i18n(). It is needed when initialising DateTime so the translations strings can be obtained.

Fixes

  • When a child row is "closed" it should be detached rather than removed so events attached to the elements are left on the nodes, and thus can be reused.
  • Improve default link colour for selected rows
  • Avoid superfluous neutral sort state when multi-sorting
  • Make tbody valid xml
  • Vertical alignment in header is now consistent across styles
  • Alignment of ordering icon in Bootstrap 5 and Bulma.
  • Hide the ordering element in the header if it isn't needed

Typescript

  • Correct return for stateLoadCallback.

Docs

  • Explicitly call out * as a row and column selector option
  • Fix formatting for columns.footer
  • Remove duplicate / redundant words
  • Various spelling fixes in comments, docs and tests

Examples

  • Improve index example performance for large data sets
  • Tighten up selectors for child row display
  • Add text alignment examples

Files

css

js