dtable-statistic 5.0.42-alpha.18 → 5.0.42-alpha.19
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.
|
@@ -519,6 +519,8 @@ const updatedOneDimensionToTable = _ref5 => {
|
|
|
519
519
|
const row = tableRows.find(row => row[nameColumn.key] === groupName);
|
|
520
520
|
const totalColumn = columnMap['total'];
|
|
521
521
|
const sumary_column = columnMap['sumary_column'];
|
|
522
|
+
console.log('totalColumn', totalColumn);
|
|
523
|
+
console.log('sumary_column', sumary_column);
|
|
522
524
|
if (row) {
|
|
523
525
|
// update old row
|
|
524
526
|
let updateRow = {};
|