1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-02 14:24:11 +01:00
DataTables/media/js
Allan Jardine 7d3c5cc276 Fix: Browsers on Macs with zero width scrollbars would be incorrected treated the same way as IE6/7 causing column width calculations to be incorrect.
- The issue was caused by the check for the `bScrollOversize` option
  which looks for the container being the same width as its inner
  content area. Obviously that happens to be true if there is no
  scrollbar. Adding a check for the clientWidth not being 100 as well
  resolves this.
- I've also combined the scrollbar width detection with the other
  browser detect functions. The two functions were performing very
  similar operations and so easily combined
- The browser detect DOM creation will only run once, rather than for
  every table initialisation, optimising multi-table loading
- Fixes DataTables/DataTables #633 - Thanks to @nddery and @epitaphmike
  for the input
2015-08-25 14:18:30 +01:00
..
dataTables.bootstrap.js Sync with latest DataTablesSrc 2015-08-12 19:50:30 +01:00
dataTables.bootstrap.min.js Add minified integration files 2015-08-12 20:17:46 +01:00
dataTables.foundation.js Sync with latest DataTablesSrc 2015-08-12 19:50:30 +01:00
dataTables.foundation.min.js Add minified integration files 2015-08-12 20:17:46 +01:00
dataTables.jqueryui.js Sync with latest DataTablesSrc 2015-08-12 19:50:30 +01:00
dataTables.jqueryui.min.js Add minified integration files 2015-08-12 20:17:46 +01:00
jquery.dataTables.js Fix: Browsers on Macs with zero width scrollbars would be incorrected treated the same way as IE6/7 causing column width calculations to be incorrect. 2015-08-25 14:18:30 +01:00
jquery.dataTables.min.js Fix: Browsers on Macs with zero width scrollbars would be incorrected treated the same way as IE6/7 causing column width calculations to be incorrect. 2015-08-25 14:18:30 +01:00
jquery.js Dev: Update to jQuery 1.11.3 2015-04-30 14:00:53 +01:00