ods-component-lib 1.18.11 → 1.18.12

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.
@@ -17390,7 +17390,6 @@ var OdsRemoteDataGrid = function OdsRemoteDataGrid(props) {
17390
17390
  var scrollHeight = (_scrollable$scrollHei = scrollable === null || scrollable === void 0 ? void 0 : scrollable.scrollHeight) != null ? _scrollable$scrollHei : 0;
17391
17391
  var maxHeight = Math.max(top, height, scrollHeight) - 1;
17392
17392
  var reachedBottom = Math.ceil(top + height) >= maxHeight;
17393
- console.log("reachedBottom", Math.ceil(top + height), maxHeight, reachedBottom);
17394
17393
  var lastScrollTop = 0;
17395
17394
  if (top < lastScrollTop) {
17396
17395
  return;
@@ -17413,7 +17412,7 @@ var OdsRemoteDataGrid = function OdsRemoteDataGrid(props) {
17413
17412
  }
17414
17413
  };
17415
17414
  }, [data.length]);
17416
- return React.createElement(React.Fragment, null, React.createElement(DataGrid$1, {
17415
+ return React.createElement(React.Fragment, null, React.createElement(DataGrid$1, Object.assign({
17417
17416
  keyExpr: props.keyExpr,
17418
17417
  dataSource: props.isServerSide ? data : props.dataSource,
17419
17418
  showBorders: true,
@@ -17443,7 +17442,7 @@ var OdsRemoteDataGrid = function OdsRemoteDataGrid(props) {
17443
17442
  columnFixing: {
17444
17443
  enabled: true
17445
17444
  }
17446
- }, columns.map(function (col) {
17445
+ }, props), columns.map(function (col) {
17447
17446
  return React.createElement(Column, Object.assign({
17448
17447
  key: col.dataField
17449
17448
  }, col, {