dtable-statistic 5.0.42-alpha.6 → 5.0.42-alpha.8

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.
@@ -113,12 +113,13 @@ const exportOneDimensionToTable = _ref => {
113
113
 
114
114
  // count column
115
115
  if (summaryColumn) {
116
+ console.log('columnData', columnData);
116
117
  const countColumn = {
117
118
  type: _isDateSummaryColumn ? _dtableUtils.CellType.DATE : _dtableUtils.CellType.NUMBER,
118
119
  name: summaryColumn === null || summaryColumn === void 0 ? void 0 : summaryColumn.name,
119
120
  data: columnData
120
121
  };
121
- columns.push(totalColumn);
122
+ columns.push(countColumn);
122
123
  }
123
124
 
124
125
  // total column
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-statistic",
3
- "version": "5.0.42-alpha.6",
3
+ "version": "5.0.42-alpha.8",
4
4
  "description": "statistics",
5
5
  "main": "dist/dtable-statistic.js",
6
6
  "author": "seafile",