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.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1369,7 +1369,7 @@ function grid(props, dataGridRef) {
|
|
|
1369
1369
|
value: false
|
|
1370
1370
|
}]
|
|
1371
1371
|
}));
|
|
1372
|
-
}), props.
|
|
1372
|
+
}), props.inlinedit === false && React__default.createElement(dataGrid.Column, {
|
|
1373
1373
|
dataField: "Actions",
|
|
1374
1374
|
caption: "Actions",
|
|
1375
1375
|
type: "buttons",
|
|
@@ -1398,7 +1398,7 @@ function grid(props, dataGridRef) {
|
|
|
1398
1398
|
gap: "4px",
|
|
1399
1399
|
alignSelf: "stretch"
|
|
1400
1400
|
}
|
|
1401
|
-
}, props.pageTitle)), props.
|
|
1401
|
+
}, props.pageTitle)), props.inlinedit === false && React__default.createElement(dataGrid.Item, {
|
|
1402
1402
|
location: "before"
|
|
1403
1403
|
}, React__default.createElement(OdsButton, {
|
|
1404
1404
|
type: "primary",
|