@pdg/react-table 1.0.47 → 1.0.48

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/index.esm.js CHANGED
@@ -3339,7 +3339,7 @@ var TableTopHead = function (_a) {
3339
3339
  else {
3340
3340
  return (React__default.createElement(TableHead, { className: 'TableTopHead', ref: headRef },
3341
3341
  captionRow,
3342
- React__default.createElement(TableRow, { className: 'TableTopHeadRow' }, makeRowCells(rows))));
3342
+ React__default.createElement(TableRow, { className: 'TableTopHeadRow' }, makeRowCells(rows, captionHeight))));
3343
3343
  }
3344
3344
  }
3345
3345
  else {