ods-component-lib 1.13.4 → 1.13.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.
@@ -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'
@@ -1222,7 +1223,6 @@ function grid(props) {
1222
1223
  displayMode: "full",
1223
1224
  showPageSizeSelector: true,
1224
1225
  showNavigationButtons: true,
1225
- allowedPageSizes: [5, 10, 20],
1226
1226
  showInfo: true
1227
1227
  }), props.searchEnable && React.createElement(SearchPanel, {
1228
1228
  visible: true