ods-component-lib 1.18.123 → 1.18.124

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.js CHANGED
@@ -34629,9 +34629,6 @@ var OdsBasicDataGrid = function OdsBasicDataGrid(props) {
34629
34629
  columnResizingMode: "nextColumn",
34630
34630
  showRowLines: true,
34631
34631
  allowColumnReordering: true,
34632
- scrolling: {
34633
- useNative: true
34634
- },
34635
34632
  remoteOperations: false,
34636
34633
  paging: {
34637
34634
  enabled: false
@@ -34732,11 +34729,7 @@ var OdsBasicDataGrid = function OdsBasicDataGrid(props) {
34732
34729
  showNavigationButtons: false,
34733
34730
  showInfo: false
34734
34731
  }), React__default.createElement(DataGrid.Scrolling, {
34735
- showScrollbar: "always",
34736
- scrollByContent: true,
34737
- scrollByThumb: true,
34738
- mode: "virtual",
34739
- rowRenderingMode: "virtual"
34732
+ mode: "infinite"
34740
34733
  }), loading && React__default.createElement(DataGrid.LoadPanel, {
34741
34734
  enabled: true,
34742
34735
  shadingColor: "rgba(0,0,0,0.4)"