ods-component-lib 1.13.3 → 1.13.5

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.
@@ -1196,8 +1196,10 @@ function grid(props) {
1196
1196
  }, colProperties.column.caption);
1197
1197
  };
1198
1198
  return React.createElement(React.Fragment, null, React.createElement("div", {
1199
+ className: "odsDatagrid",
1199
1200
  style: {
1200
- width: '100%'
1201
+ width: "100%",
1202
+ overflowX: 'auto'
1201
1203
  }
1202
1204
  }, React.createElement(DataGrid, {
1203
1205
  dataSource: props.dataSource,