Editor 3.1.0

DataTables CDN files for Editor 3.1.0. This software was originally released on 22nd September, 2026.

Release notes

The primary change in this minor release version is an update to the npm packaging as changed to improve support for ESM and CSS loading.

This release also supports evaluation of the code in a windowless environment (e.g. directly in Node.js) and is released alongside DataTables 3.1, upon which it depends to support this.

There are also improvements in the code to help with using Editor in a Next.js environment. For full details, please see below.

New

  • table will now accept a React, Vue or Angular reference to the host DataTable.
  • Editor can now be evaluated in a windowless environment without executing browser DOM code. This allows it to be imported in React Server Components and SSR frameworks such as Next.js.

Fixes

  • for attribute in label elements shouldn't have a # prefix
  • Update styling integration type files to use the global npm package

Files