dtable-statistic 5.0.42-alpha.14 → 5.0.42-alpha.15
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.
|
@@ -525,9 +525,13 @@ const updatedOneDimensionToTable = _ref5 => {
|
|
|
525
525
|
oldRow[totalColumn.key] = row[totalColumn.key];
|
|
526
526
|
}
|
|
527
527
|
const validSummaryCellValue = getValidValueForColumn(summaryColumn, total.total);
|
|
528
|
+
console.log(33, validSummaryCellValue);
|
|
529
|
+
console.log(44, summaryColumn);
|
|
530
|
+
console.log(55, (0, _cellValue.isCellValueChanged)(row[summaryColumn.key]));
|
|
528
531
|
if (summaryColumn && (0, _cellValue.isCellValueChanged)(row[summaryColumn.key], validSummaryCellValue, summaryColumn.type)) {
|
|
529
532
|
updateRow[summaryColumn.key] = validSummaryCellValue;
|
|
530
533
|
oldRow[summaryColumn.key] = row[summaryColumn.key];
|
|
534
|
+
console.log(66, row[summaryColumn.key]);
|
|
531
535
|
}
|
|
532
536
|
if (Object.keys(updateRow).length > 0) {
|
|
533
537
|
const rowId = row._id;
|