jquery.dgtable 0.6.18 → 0.6.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/jquery.dgtable.cjs.js +2 -2
- package/dist/jquery.dgtable.cjs.js.map +1 -1
- package/dist/jquery.dgtable.cjs.min.js +2 -2
- package/dist/jquery.dgtable.cjs.min.js.map +1 -1
- package/dist/jquery.dgtable.es6.js +2 -2
- package/dist/jquery.dgtable.es6.js.map +1 -1
- package/dist/jquery.dgtable.es6.min.js +2 -2
- package/dist/jquery.dgtable.es6.min.js.map +1 -1
- package/dist/jquery.dgtable.umd.js +2 -2
- package/dist/jquery.dgtable.umd.js.map +1 -1
- package/dist/jquery.dgtable.umd.min.js +2 -2
- package/dist/jquery.dgtable.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/index.js +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* jquery.dgtable 0.6.
|
|
2
|
+
* jquery.dgtable 0.6.19
|
|
3
3
|
* git://github.com/danielgindi/jquery.dgtable.git
|
|
4
4
|
*/
|
|
5
5
|
'use strict';
|
|
@@ -5818,7 +5818,7 @@ DGTable.prototype._renderSkeletonBody = function () {
|
|
|
5818
5818
|
table.className += ' virtual';
|
|
5819
5819
|
}
|
|
5820
5820
|
|
|
5821
|
-
let tableHeight = o.height - Css_js.getElementHeight(p.$
|
|
5821
|
+
let tableHeight = o.height - Css_js.getElementHeight(p.$header[0], true, true, true);
|
|
5822
5822
|
if ($table.css('box-sizing') !== 'border-box') {
|
|
5823
5823
|
tableHeight -= parseFloat($table.css('border-top-width')) || 0;
|
|
5824
5824
|
tableHeight -= parseFloat($table.css('border-bottom-width')) || 0;
|