ods-component-lib 1.18.69 → 1.18.71

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.
@@ -16674,6 +16674,7 @@ var OdsRemoteDataGrid = function OdsRemoteDataGrid(props) {
16674
16674
  };
16675
16675
  colItem.headerCellRender = headerCellRenderr;
16676
16676
  }
16677
+ if (props.isServerSide) colItem.calculateSortValue = String("dummyFieldForPreventClientSideSorting");
16677
16678
  return colItem;
16678
16679
  });
16679
16680
  columns.current = newColumns;