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.
package/dist/index.js CHANGED
@@ -1200,6 +1200,7 @@ function grid(props) {
1200
1200
  }, colProperties.column.caption);
1201
1201
  };
1202
1202
  return React__default.createElement(React__default.Fragment, null, React__default.createElement("div", {
1203
+ className: "odsDatagrid",
1203
1204
  style: {
1204
1205
  width: "100%",
1205
1206
  overflowX: 'auto'
@@ -1226,7 +1227,6 @@ function grid(props) {
1226
1227
  displayMode: "full",
1227
1228
  showPageSizeSelector: true,
1228
1229
  showNavigationButtons: true,
1229
- allowedPageSizes: [5, 10, 20],
1230
1230
  showInfo: true
1231
1231
  }), props.searchEnable && React__default.createElement(dataGrid.SearchPanel, {
1232
1232
  visible: true