Select 2.1.0

DataTables CDN files for Select 2.1.0. This software was originally released on 12th September, 2024.

Release notes

This release of Select has two major new features - support for the ability to indicate that a row should not be selectable, and also server-side processing support by remembering what rows have been selected. See the release notes below and documentation linked in them for details.

New

  • select.selectable() to allow dynamic assignment of the row selectable function.
  • select.selectable option which is a callback that can be used to determine if a function can be selected or not.
  • select.cumulative() method which can be used with server-side processing to get all selected rows across multiple pages.

Fixes

  • When the header checkbox is in select-page mode, it will now correctly reflect the status of the current page and operate only on the current page.

Typescript

  • Add select() renderer to types

Files