DataTables 1.13.4

DataTables CDN files for DataTables 1.13.4. This software was originally released on 10th March, 2023.

Release notes

This update focused primarily on addressing niggling issues with the Typescript integration for DataTables, but also addresses two specific issues in the library as well.

More than that though, this release updates our UMD for CommonJS to allow it to load without need for executing the returned function. That is still possible (and required in environments which don't have a global window) to allow for backwards compatibility, but the main driver for this change is to allow import DataTable from 'datatables.net'; to be down compiled to CommonJS without need for executing the returned function. The documentation will be updated to reflect that.

  • Update: Allow CommonJS loader to operate without needing to execute a factory function when a window object is available
  • Fix: When reading data from the DOM with orthogonal attributes, it should still be read into an array (with objects in it), not and object with objects.
  • Fix: Add alternative text for sorting content
  • Fix - types: Static types were not typed on the $.fn.dataTable / $.fn.DataTable objects
  • Fix - types: Api interface is not newable - however, ApiStatic is. The new() has been removed from the Api interface.
  • Fix - types: new API constructor allows the internal settings object to be passed into it.
  • Fix - types: Consider CommonJS loader in Typescript definitions

Files

css

images

js