DataTables 2.0.6

DataTables CDN files for DataTables 2.0.6. This software was originally released on 3rd May, 2024.

Release notes

Performance improvements in this patch release, as well as a few bug fixes.

Fix

  • A <table> inside the first row of the <tbody> of the DataTable could cause issues when used with scrolling
  • Processing indicator, when scrolling is enabled, could be partly hidden under the header / footer elements
  • Remove use of negative lookbehind regex, which isn't supported in Safari before 16.4.
  • row().node() didn't take account of sparse array in error checking

Performance

  • Do not apply sort when there is only one match (#277)
  • Major increase in filtering speed

Typescript

  • Add support for boundaryNumbers in paging feature
  • null was not being accepted as a value for layout

Examples

  • Ensure that jQuery is not loaded twice if it is already present on a page

Files

css

js