ods-component-lib 1.17.32 → 1.17.34
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 +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -1235,7 +1235,8 @@ function grid(props, dataGridRef) {
|
|
|
1235
1235
|
style: {
|
|
1236
1236
|
width: "100%",
|
|
1237
1237
|
overflowX: 'hidden',
|
|
1238
|
-
overflowY: "hidden"
|
|
1238
|
+
overflowY: "hidden",
|
|
1239
|
+
marginTop: "10px"
|
|
1239
1240
|
}
|
|
1240
1241
|
}, React.createElement(DataGrid, {
|
|
1241
1242
|
dataSource: props.dataSource,
|
|
@@ -1358,7 +1359,8 @@ function grid(props, dataGridRef) {
|
|
|
1358
1359
|
dataField: "Actions",
|
|
1359
1360
|
caption: "Actions",
|
|
1360
1361
|
type: "buttons",
|
|
1361
|
-
width: 110
|
|
1362
|
+
width: 110,
|
|
1363
|
+
showInColumnChooser: false
|
|
1362
1364
|
}, props.edit.allowUpdating && React.createElement(Button$1, {
|
|
1363
1365
|
hint: "Edit",
|
|
1364
1366
|
visible: true,
|