ods-component-lib 1.14.19 → 1.14.20
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 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1234,6 +1234,7 @@ function grid(props) {
|
|
|
1234
1234
|
};
|
|
1235
1235
|
var customizeText = function customizeText(cellInfo) {
|
|
1236
1236
|
var dateTimeValue = cellInfo.value;
|
|
1237
|
+
debugger;
|
|
1237
1238
|
if (dateTimeValue && cellInfo.column.datatype === 'datetime') {
|
|
1238
1239
|
var formatedDate = moment(cellInfo.value).format('DD.MM.YYYY HH.mm (ZZ)');
|
|
1239
1240
|
return formatedDate;
|