DataTables releases feed http://www.datatables.net/ en-us Software release information for DataTables and its extensions ColumnControl 1.0.7 released The focus in this release if the searchList content type, with two new options for it and a fix.

New

  • New: orthogonal option for searchList, which gives the ability to specify an orthogonal type for the labels to show in the list.
  • New: hidable option for searchList when using Ajax options.

Fixes

  • Fix: Don't create td cells in the header if ColumnControl is not used for a table (would only happen if the table was completely empty).
  • Fix: For searchList, correctly handle null data

Download ColumnControl 1.0.7

]]>
Wed, 16 Jul 2025 12:59:02 GMT http://www.datatables.net/#682 http://www.datatables.net/
SearchPanes 2.3.4 released A collection of fixes and improvements - see below for details.

Fixes

  • Scrolling the table, when Scroller is enabled, and it is initialised from a button would result in the data not being drawn beyond the initial set.
  • emptyMessage default is better as "Empty" to indicate that it represents an empty string, rather than there being no data in the table.
  • Add aria labels to the pane hander buttons
  • Don't attempt to alter the paging of the host table on ajax requests
  • When view total is enabled (and the count) ordering on the number column will be performed first on the number of entries can are available (the view total) and then on the count.
  • Typescript: Fix types to include full language option

Download SearchPanes 2.3.4

]]>
Wed, 16 Jul 2025 12:53:28 GMT http://www.datatables.net/#681 http://www.datatables.net/
RowGroup 1.5.2 released A single fix to address an issue when scrolling is enabled.

Fixes

  • When scrolling is enabled, a table redraw would shift the scrolling position by the height of the number of grouping rows above the viewport.

Download RowGroup 1.5.2

]]>
Thu, 03 Jul 2025 08:39:39 GMT http://www.datatables.net/#680 http://www.datatables.net/
Editor 2.4.3 released With a lot of the DataTables development focus recently being on the new ColumnControl extension, this release is a small want with just a single change in Editor's core JS.

Core

Fixes

  • When using server-side processing and Responsive an error could be thrown after a delete action.

Download Editor 2.4.3

]]>
Wed, 02 Jul 2025 14:06:02 GMT http://www.datatables.net/#679 http://www.datatables.net/
Responsive 3.0.5 released Addressing a a performance issue and also an interaction with ColReorder error.

Fixes

  • Need to listen for ColReorder events during initialisation
  • Performance: Improve performance when showing a large number of rows

Types

  • Fix error in signature for ConfigResponsiveDetails.renderer

Download Responsive 3.0.5

]]>
Wed, 02 Jul 2025 13:41:11 GMT http://www.datatables.net/#678 http://www.datatables.net/
DateTime 1.5.6 released Addressing a couple of issues - see below.

Fixes

  • Correct linting error - no functional change
  • Make lowercase Y/y and D/d for modern luxon to work
  • Empty class wasn't use the class prefix

Download DateTime 1.5.6

]]>
Wed, 02 Jul 2025 13:35:40 GMT http://www.datatables.net/#677 http://www.datatables.net/
Buttons 3.2.4 released Addressing a couple of issues - see below.

  • Avoid innerHTML in print button to comply with CSP
  • Focus outline in dropdown buttons wasn't always showing correctly

Download Buttons 3.2.4

]]>
Wed, 02 Jul 2025 13:31:34 GMT http://www.datatables.net/#676 http://www.datatables.net/
SearchBuilder 1.8.3 released Just two changes in this release - see below.

Fixes

  • Don't trigger two redraws when rebuilding the SearchBuilder conditions.
  • Allow DateTime picker to attach to the body to allow use in modals

Download SearchBuilder 1.8.3

]]>
Wed, 02 Jul 2025 13:23:42 GMT http://www.datatables.net/#675 http://www.datatables.net/
ColumnControl 1.0.6 released Addressing a few reported bugs - see details below.

  • Non-string data types could cause searchList to not match selected options.
  • Prevent form submission if a form wraps the table when clicking on ColumnControl buttons
  • Options for searchList were not being updated for an Ajax sourced table which doesn't explicitly give the options.
  • Remove debug statement

Download ColumnControl 1.0.6

]]>
Mon, 23 Jun 2025 13:57:24 GMT http://www.datatables.net/#673 http://www.datatables.net/
ColumnControl 1.0.5 released This release focuses on internationalisation and accessibility, specifically keyboard access for dropdowns.

New

  • Keyboard accessability to dropdowns

Fixed

  • Set aria-label for buttons
  • DateTime picker wasn't picking up the translations from the DataTable
  • Make the text for ccSearchClear definable in a language file (columnControl.buttons.searchClear).

Examples

  • Add internationalisation example

Download ColumnControl 1.0.5

]]>
Tue, 17 Jun 2025 13:57:59 GMT http://www.datatables.net/#672 http://www.datatables.net/
FixedHeader 4.0.3 released This release adds support for the new ColumnControl extension, allowing it to work with FixedHeader.

  • New: fixedheader-mode is fired when the fixed header / footer changes state.
  • Update: Support for ColumnControl. This involves adding an extra div wrapper to the header and moving the overflow to it, allowing the floating div to provide just location.

Download FixedHeader 4.0.3

]]>
Tue, 17 Jun 2025 13:50:32 GMT http://www.datatables.net/#671 http://www.datatables.net/
ColumnControl 1.0.4 released Some great feedback coming in about ColumnControl, leading to a number of improvements and fixes collected together in this release.

New

  • Empty labels for a check list will now show with "Empty" and styled text. This can be translated with columnControl.list.empty.

Fixes

  • Provide the ability to translate the search logic labels
  • Allow input element for search types to take up the full space available
  • If a column is initialised hidden, and a class is assigned to the target row, a JS error would be thrown
  • When using the ccSearchClear button to clear search terms, it should only redraw the table once.
  • Dropdown list for Bootstrap 5 didn't have a noticeable difference for buttons hover state
  • Compatibility with FixedHeader. The position of the dropdown is now correct when in the fixed state.
  • After reordering columns, the sort order index would be incorrect.
  • select shouldn't have padding in the search logic options

Download ColumnControl 1.0.4

]]>
Fri, 06 Jun 2025 14:21:05 GMT http://www.datatables.net/#670 http://www.datatables.net/
DataTables 2.3.2 released A small release to address a couple of issues.

New

  • .ext.escape.attributes option which can be used to escape HTML entities in strings read from data-* options which are used for initialisation configuration.
  • Allow a function that returns a number array to be passed as the column selector for order.listener().

Fixes

  • If ajax is specified as an object with an empty string url, an error would be thrown unless ajax.dataSrc was also specified.
  • Don't show arrow for dt-control in the header (was apparent in multi-row headers).
  • Vertical alignment in the header for icons wouldn't align for Bootstrap and Bulma.

Download DataTables 2.3.2

]]>
Fri, 06 Jun 2025 14:14:02 GMT http://www.datatables.net/#669 http://www.datatables.net/
ColumnControl 1.0.3 released A few corrections to how dropdowns are positioned and new examples.

Fixes

  • Dropdown correction positioning wasn't right for some conditions
  • Position of dropdown didn't take into account the scrolling of a container.
  • Consistent naming of searchDateTime (errors in docs and examples)

Examples

  • Two new examples, showing control of the header / body alignment

Download ColumnControl 1.0.3

]]>
Tue, 03 Jun 2025 11:48:39 GMT http://www.datatables.net/#668 http://www.datatables.net/
ColumnControl 1.0.2 released Another quick turnaround, this time to address a performance issue.

Fix: Improve performance for searchList

Download ColumnControl 1.0.2

]]>
Fri, 30 May 2025 12:10:46 GMT http://www.datatables.net/#667 http://www.datatables.net/
ColReorder 2.1.1 released A small change to how states are loaded. As DataTables 2.2 can allow states with different column counts to load, ColReorder needs to account for this rather than showing an error to the user.

Fixes:

  • Don't attempt to restore state if column count is different from what was saved.

Download ColReorder 2.1.1

]]>
Fri, 30 May 2025 08:56:50 GMT http://www.datatables.net/#666 http://www.datatables.net/
ColumnControl 1.0.1 released A quick patch for an error in searchList with Ajax data.

Fixes

  • searchList, when Ajax loading data for the table, and with the ajaxOnly option disabled, would only read the first page of data for the options.

Download ColumnControl 1.0.1

]]>
Fri, 30 May 2025 08:53:35 GMT http://www.datatables.net/#665 http://www.datatables.net/
ColumnControl 1.0.0 released A new extension for DataTables, ColumnControl provides flexible buttons and search options, on a per column basis. ColumnControl is completely configurable, fully integrated with the styling libraries DataTables supports, and has full examples, documentation and TypeScript definitions.

  • Initial release.

Download ColumnControl 1.0.0

]]>
Wed, 28 May 2025 12:05:28 GMT http://www.datatables.net/#664 http://www.datatables.net/
ColumnControl 0.9.2 released Second preview release

Download ColumnControl 0.9.2

]]>
Wed, 28 May 2025 11:01:09 GMT http://www.datatables.net/#663 http://www.datatables.net/
ColumnControl 0.9.0 released Preview release of ColumnControl

Download ColumnControl 0.9.0

]]>
Wed, 28 May 2025 08:15:33 GMT http://www.datatables.net/#662 http://www.datatables.net/
Select 3.0.1 released A small release to address a compatibility error with DataTables 2.3.

Fixes

  • Header checkbox didn't integrate with DataTables 2.3 header structure correctly

Download Select 3.0.1

]]>
Tue, 27 May 2025 14:17:26 GMT http://www.datatables.net/#661 http://www.datatables.net/
DataTables 2.3.1 released Patch release for errors found in DataTables 2.3.

Fixes

  • Setting a default for ordering and then overriding with an HTML5 attribute wasn't working in 2.3.
  • Specifying dt-left or dt-head-left for a numeric or date column should cause the sort icon to be on the right.
  • Holding scroll position when server-side processing wasn't working (.draw(false)).
  • Alignment for sort icons in number and date columns in Bootstrap
  • Fixes for table-sm in Bootstrap

Typescript

Download DataTables 2.3.1

]]>
Fri, 16 May 2025 08:32:09 GMT http://www.datatables.net/#660 http://www.datatables.net/
FixedHeader 4.0.2 released A few fixes which address errors with input element focus in the header / footer.

Fixes

  • Focus in a floating header input would be lost on every scroll action
  • Prevent mobile focus loop
  • Disable "locked" headers from a browser 'print' action (floating headers were already removed).

Download FixedHeader 4.0.2

]]>
Fri, 16 May 2025 08:26:06 GMT http://www.datatables.net/#659 http://www.datatables.net/