ods-component-lib 1.17.7 → 1.17.8
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.css +0 -1
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -4
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -1277,10 +1277,7 @@ function grid(props) {
|
|
|
1277
1277
|
columnAutoWidth: false,
|
|
1278
1278
|
onEditCanceling: props.onEditCanceling,
|
|
1279
1279
|
onExporting: onExporting,
|
|
1280
|
-
height: (_ref = props.height !== undefined) != null ? _ref : props.height
|
|
1281
|
-
style: {
|
|
1282
|
-
maxWidth: "100%"
|
|
1283
|
-
}
|
|
1280
|
+
height: (_ref = props.height !== undefined) != null ? _ref : props.height
|
|
1284
1281
|
}, React__default.createElement(dataGrid.Paging, {
|
|
1285
1282
|
enabled: true,
|
|
1286
1283
|
defaultPageSize: props.pageSize
|