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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jquery.dgtable 0.6.18
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.$headerRow[0], true, true, true);
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;