ods-component-lib 1.16.5 → 1.16.7

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.css CHANGED
@@ -35,4 +35,8 @@ tr._2CvVM._3udtX._32nFu{
35
35
 
36
36
  ._36VXO {
37
37
  width: 100%;
38
+ }
39
+
40
+ ._3UDfa {
41
+ max-width: 100%;
38
42
  }
package/dist/index.js CHANGED
@@ -1216,7 +1216,6 @@ function OdsDataGrid(props) {
1216
1216
  }
1217
1217
  function grid(props) {
1218
1218
  var _ref;
1219
- var dataGridRef = React.useRef(null);
1220
1219
  var headerCellRender = function headerCellRender(colProperties) {
1221
1220
  return React__default.createElement("th", {
1222
1221
  className: "dx-datagrid-headers"
@@ -1257,7 +1256,6 @@ function grid(props) {
1257
1256
  }, React__default.createElement(dataGrid.DataGrid, {
1258
1257
  dataSource: props.dataSource,
1259
1258
  keyExpr: props.keyExpr,
1260
- ref: dataGridRef,
1261
1259
  allowColumnResizing: true,
1262
1260
  columnResizingMode: "widget",
1263
1261
  onRowInserted: props.onRowInserted,