ods-component-lib 1.18.72 → 1.18.73

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
@@ -16682,6 +16682,7 @@ var OdsRemoteDataGrid = function OdsRemoteDataGrid(props) {
16682
16682
  };
16683
16683
  colItem.headerCellRender = headerCellRenderr;
16684
16684
  }
16685
+ if (props.isServerSide) colItem.calculateSortValue = String("dummyFieldForPreventClientSideSorting");
16685
16686
  return colItem;
16686
16687
  });
16687
16688
  columns.current = newColumns;