1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-02 14:24:11 +01:00
DataTables/media/js
Allan Jardine ff3bccad58 Fix: Checked radio boxes could be incorrectly unchecked if autowidth was enabled (which it is by default)
- Fix is to remove the name attribute. This would have no effect on the
  column width and means the radio element isn't in a group.
- See thread 32931
- Fixes DataTables/DataTables #569
2016-02-03 11:44:24 +00:00
..
dataTables.bootstrap.js Fix: Remove legacy TableTools integration from Bootstrap file 2016-02-03 11:39:57 +00:00
dataTables.bootstrap.min.js Fix: Remove legacy TableTools integration from Bootstrap file 2016-02-03 11:39:57 +00:00
dataTables.foundation.js Fix - styling: Integration with Foundation 6 2016-01-22 11:24:53 +00:00
dataTables.foundation.min.js Fix - styling: Integration with Foundation 6 2016-01-22 11:24:53 +00:00
dataTables.jqueryui.js Update: Allow a window to be passed in for CommonJS factory which gives DataTables the ability to be used in a headless environment (server-side rendering for example) 2015-11-03 16:32:39 +00:00
dataTables.jqueryui.min.js Update: Allow a window to be passed in for CommonJS factory which gives DataTables the ability to be used in a headless environment (server-side rendering for example) 2015-11-03 16:32:39 +00:00
jquery.dataTables.js Fix: Checked radio boxes could be incorrectly unchecked if autowidth was enabled (which it is by default) 2016-02-03 11:44:24 +00:00
jquery.dataTables.min.js Fix: Checked radio boxes could be incorrectly unchecked if autowidth was enabled (which it is by default) 2016-02-03 11:44:24 +00:00
jquery.js Dev: Update to jQuery 1.11.3 2015-04-30 14:00:53 +01:00