ods-component-lib 1.17.64 → 1.17.65

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.
@@ -1365,7 +1365,7 @@ function grid(props, dataGridRef) {
1365
1365
  value: false
1366
1366
  }]
1367
1367
  }));
1368
- }), props.customEdit !== undefined && React.createElement(Column, {
1368
+ }), props.inlinedit === false && React.createElement(Column, {
1369
1369
  dataField: "Actions",
1370
1370
  caption: "Actions",
1371
1371
  type: "buttons",
@@ -1394,7 +1394,7 @@ function grid(props, dataGridRef) {
1394
1394
  gap: "4px",
1395
1395
  alignSelf: "stretch"
1396
1396
  }
1397
- }, props.pageTitle)), props.customEdit !== undefined && React.createElement(Item, {
1397
+ }, props.pageTitle)), props.inlinedit === false && React.createElement(Item, {
1398
1398
  location: "before"
1399
1399
  }, React.createElement(OdsButton, {
1400
1400
  type: "primary",