1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-03-23 15:19:50 +01:00
Allan Jardine 565b639c34 Fix: Scrollbar width wasn't correctly detected in IE9
Fix: Scrollbar width was being calculated everytime requested on machines with zero width scrollbars

The scrollbar width calculation method has been rewritten to use a
single element with use of `offsetWidth` and `clientWidth` to calculate
the scrollbar width. This works all the way back to IE6.
2015-04-03 12:12:15 +01:00
..
2014-05-01 11:50:51 +01:00