ods-component-lib 1.17.25 → 1.17.26
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
|
@@ -1196,7 +1196,6 @@ function OdsDataGrid(props) {
|
|
|
1196
1196
|
return grid(props, dataGridRef);
|
|
1197
1197
|
}
|
|
1198
1198
|
function grid(props, dataGridRef) {
|
|
1199
|
-
debugger;
|
|
1200
1199
|
var headerCellRender = function headerCellRender(colProperties) {
|
|
1201
1200
|
return React__default.createElement("th", {
|
|
1202
1201
|
className: "dx-datagrid-headers",
|
|
@@ -1398,6 +1397,7 @@ function grid(props, dataGridRef) {
|
|
|
1398
1397
|
}, React__default.createElement(antd.Typography.Title, {
|
|
1399
1398
|
level: 5,
|
|
1400
1399
|
style: {
|
|
1400
|
+
padding: "8px",
|
|
1401
1401
|
display: "flex",
|
|
1402
1402
|
alignItems: "center",
|
|
1403
1403
|
gap: "4px",
|