ods-component-lib 1.16.5 → 1.16.6

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.
@@ -1212,7 +1212,6 @@ function OdsDataGrid(props) {
1212
1212
  }
1213
1213
  function grid(props) {
1214
1214
  var _ref;
1215
- var dataGridRef = useRef(null);
1216
1215
  var headerCellRender = function headerCellRender(colProperties) {
1217
1216
  return React.createElement("th", {
1218
1217
  className: "dx-datagrid-headers"
@@ -1253,7 +1252,6 @@ function grid(props) {
1253
1252
  }, React.createElement(DataGrid, {
1254
1253
  dataSource: props.dataSource,
1255
1254
  keyExpr: props.keyExpr,
1256
- ref: dataGridRef,
1257
1255
  allowColumnResizing: true,
1258
1256
  columnResizingMode: "widget",
1259
1257
  onRowInserted: props.onRowInserted,