ods-component-lib 1.18.116 → 1.18.117
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -34759,7 +34759,7 @@ var OdsBasicDataGrid = function OdsBasicDataGrid(props) {
|
|
|
34759
34759
|
customLoad: customLoad,
|
|
34760
34760
|
customSave: customSave
|
|
34761
34761
|
})), renderTotal() && React__default.createElement("div", {
|
|
34762
|
-
className:
|
|
34762
|
+
className: gridStyle.gridCustomSummary
|
|
34763
34763
|
}, React__default.createElement("p", null, renderTotal())));
|
|
34764
34764
|
};
|
|
34765
34765
|
|