1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-01 13:24:10 +01:00
DataTables/media/js
Allan Jardine 9563278a4a Fix: Potential column misalignment when scrolling with footer content that defines the width
- The scrolling body used to have the header content retained but
  hidden, while the footer was just emptied. But if the footer content
  is long enough to define the width of the column this results in
  column misalignment.
- Fix is to treat the footer in the same way as the header is.
2016-01-07 15:32:39 +00:00
..
dataTables.bootstrap.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.bootstrap.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
dataTables.foundation.js Fix: Remove redundant code in column visibility. Could cause slower performance 2016-01-07 15:28:39 +00:00
dataTables.foundation.min.js Fix: Remove redundant code in column visibility. Could cause slower performance 2016-01-07 15:28:39 +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: Potential column misalignment when scrolling with footer content that defines the width 2016-01-07 15:32:39 +00:00
jquery.dataTables.min.js Fix: Potential column misalignment when scrolling with footer content that defines the width 2016-01-07 15:32:39 +00:00
jquery.js Dev: Update to jQuery 1.11.3 2015-04-30 14:00:53 +01:00