mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-01 13:24:10 +01:00
d0e9e78db4
Fix: The auto width calculation table, when scrolling is enabled, being inserted into the scrolling container could cause the viewport to scroll, even when the main table doesn't actually need scrolling. This causes the column width calculations to be incorrect by the scrollbar's width. The fix is to have the calculation table `position:absolute` in the scrolling container and height:1px so it has no effect on the vewport's scrolling. - These two fixes address DataTables/DataTables #612. Kudos to @Delgan for reporting these issues and supplying test cases - thanks! |
||
---|---|---|
.. | ||
css | ||
images | ||
js | ||
unit_testing |