ods-component-lib 1.18.27 → 1.18.28

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.
@@ -17169,6 +17169,11 @@ var OdsRemoteDataGrid = function OdsRemoteDataGrid(props) {
17169
17169
  fetchData();
17170
17170
  }
17171
17171
  }, [(_props$axiosRequest2 = props.axiosRequest) === null || _props$axiosRequest2 === void 0 ? void 0 : _props$axiosRequest2.requestData]);
17172
+ useEffect(function () {
17173
+ if (props.ref !== undefined) {
17174
+ gridRef = props.ref;
17175
+ }
17176
+ }, [props.ref]);
17172
17177
  useEffect(function () {
17173
17178
  if (columns !== undefined && columns.length > 0) {
17174
17179
  var newColumns = columns.map(function (colItem) {