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.modern.js
CHANGED
|
@@ -1192,7 +1192,6 @@ function OdsDataGrid(props) {
|
|
|
1192
1192
|
return grid(props, dataGridRef);
|
|
1193
1193
|
}
|
|
1194
1194
|
function grid(props, dataGridRef) {
|
|
1195
|
-
debugger;
|
|
1196
1195
|
var headerCellRender = function headerCellRender(colProperties) {
|
|
1197
1196
|
return React.createElement("th", {
|
|
1198
1197
|
className: "dx-datagrid-headers",
|
|
@@ -1394,6 +1393,7 @@ function grid(props, dataGridRef) {
|
|
|
1394
1393
|
}, React.createElement(Typography.Title, {
|
|
1395
1394
|
level: 5,
|
|
1396
1395
|
style: {
|
|
1396
|
+
padding: "8px",
|
|
1397
1397
|
display: "flex",
|
|
1398
1398
|
alignItems: "center",
|
|
1399
1399
|
gap: "4px",
|