mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
565b639c34
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.