Releases: gyrocode/jquery-datatables-checkboxes
Releases · gyrocode/jquery-datatables-checkboxes
1.3.0
1.2.14
1.2.13
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 ofhasOwnProperty()
to check for property existence.
1.2.12
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
1.2.10
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