ods-component-lib 1.13.4 → 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,6 +1196,7 @@ 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
1201
  width: "100%",
1201
1202
  overflowX: 'auto'