mirror of
https://github.com/DataTables/DataTables.git
synced 2025-04-01 19:25:31 +02:00
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.