Skip to content

Releases: gyrocode/jquery-datatables-checkboxes

1.3.0

13 Aug 14:35
Compare
Choose a tag to compare

ADDED

  • #145: Support for jQuery DataTables v2

1.2.14

17 Aug 18:19
Compare
Choose a tag to compare

ADDED

  • Add Typescript definitions.

1.2.13

19 Nov 20:30
Compare
Choose a tag to compare

FIXES

  • #122: Prevent empty checkboxes property in the saved state when state saving is disabled.
  • #128: Allow single rows selection/deselection when Select style is set to "os".
  • Corrected issue when selected rows are incorrectly reported in function defined by selectCallback when "Select All" checkbox is clicked.
  • Use Object.prototype.hasOwnProperty.call() instead of hasOwnProperty() to check for property existence.

1.2.12

15 Jun 13:19
Compare
Choose a tag to compare

FIXES

  • #110: Respect select.info option and avoid displaying selection information if it's disabled.
  • #116: Prevented some browsers to persist the state of checkboxes when page is reloaded.
  • Corrected appearance issue of the "Select all" checkbox in Chrome having indeterminate state.
  • Fixed compatibility issue with FixedColumns extension when there is more than one fixed columns with checkboxes.

1.2.11

21 Jun 15:13
Compare
Choose a tag to compare

FEATURES

  • Added support for Bower

FIXES

  • #64: Corrected handling of state saving event
  • #68: Reinstated server-side support for checkboxes.selected() API method
  • #69: Update more than one information element

1.2.10

04 Mar 18:46
Compare
Choose a tag to compare

FEATURES

  • Added support for ESLint
  • Added checkboxes.stateSave option to disable checkbox state saving if state saving is enabled globally

FIXES

  • Added ability to get data for selected checkboxes with filtering applied
  • Call selectAllCallback only when state of "Select all" control changes
  • Make disabled checkboxes not affect indeterminate state of "Select all" control
  • Corrected issue with event handler not being detached after table is destroyed

1.2.9

04 Mar 18:48
Compare
Choose a tag to compare
Version 1.2.9

1.2.8

16 Jun 14:50
Compare
Choose a tag to compare

FEATURES

  • Added option "selectAllRender" that defines "Select all" control markup

FIXES

  • Corrected handling of "label" elements
  • Checkboxes are no longer centered horizontally by default

1.2.7

05 Jun 11:45
Compare
Choose a tag to compare

FEATURES

  • Added support for enabling/disabling checkboxes
  • Added support for deferred rendering mode

FIXES

  • Performance improvements when all checkboxes are selected/deselected

1.2.6

18 May 17:15
Compare
Choose a tag to compare

FIXES

  • Corrected issue when state of checkboxes was preserved after ajax.reload() was called in client-side processing mode and state saving wasn't enabled.