mirror of
https://github.com/DataTables/DataTables.git
synced 2026-04-25 03:00:08 -04:00
Fix: Internal footer height for scrolling table should be set to 0, just like the header is
This commit is contained in:
1
media/js/jquery.dataTables.js
vendored
1
media/js/jquery.dataTables.js
vendored
@@ -3870,6 +3870,7 @@
|
||||
oStyle.paddingBottom = "0";
|
||||
oStyle.borderTopWidth = "0";
|
||||
oStyle.borderBottomWidth = "0";
|
||||
oStyle.height = 0;
|
||||
|
||||
iWidth = $(nSizer).width();
|
||||
nToSize.style.width = _fnStringToCss( iWidth );
|
||||
|
||||
Reference in New Issue
Block a user