ods-component-lib 1.17.25 → 1.17.27
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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -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",
|
|
@@ -1262,6 +1261,7 @@ function grid(props, dataGridRef) {
|
|
|
1262
1261
|
columnAutoWidth: false,
|
|
1263
1262
|
focusedRowEnabled: false,
|
|
1264
1263
|
wordWrapEnabled: false,
|
|
1264
|
+
noDataText: "No Data",
|
|
1265
1265
|
onEditCanceling: props.onEditCanceling,
|
|
1266
1266
|
onExporting: onExporting,
|
|
1267
1267
|
height: window.innerHeight - 164,
|
|
@@ -1398,6 +1398,7 @@ function grid(props, dataGridRef) {
|
|
|
1398
1398
|
}, React__default.createElement(antd.Typography.Title, {
|
|
1399
1399
|
level: 5,
|
|
1400
1400
|
style: {
|
|
1401
|
+
padding: "8px",
|
|
1401
1402
|
display: "flex",
|
|
1402
1403
|
alignItems: "center",
|
|
1403
1404
|
gap: "4px",
|