ods-component-lib 1.17.6 → 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.modern.js
CHANGED
|
@@ -1273,10 +1273,7 @@ function grid(props) {
|
|
|
1273
1273
|
columnAutoWidth: false,
|
|
1274
1274
|
onEditCanceling: props.onEditCanceling,
|
|
1275
1275
|
onExporting: onExporting,
|
|
1276
|
-
height: (_ref = props.height !== undefined) != null ? _ref : props.height
|
|
1277
|
-
style: {
|
|
1278
|
-
maxWidth: "100%"
|
|
1279
|
-
}
|
|
1276
|
+
height: (_ref = props.height !== undefined) != null ? _ref : props.height
|
|
1280
1277
|
}, React.createElement(Paging, {
|
|
1281
1278
|
enabled: true,
|
|
1282
1279
|
defaultPageSize: props.pageSize
|