ods-component-lib 1.13.3 → 1.13.5
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 +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1200,8 +1200,10 @@ 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
|
-
width:
|
|
1205
|
+
width: "100%",
|
|
1206
|
+
overflowX: 'auto'
|
|
1205
1207
|
}
|
|
1206
1208
|
}, React__default.createElement(dataGrid.DataGrid, {
|
|
1207
1209
|
dataSource: props.dataSource,
|