We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b236d32 commit 16fb346Copy full SHA for 16fb346
1 file changed
packages/devextreme/js/__internal/grids/data_grid/summary/m_summary.ts
@@ -594,7 +594,7 @@ const data = (Base: ModuleType<DataController>) => class SummaryDataControllerEx
594
}
595
summaryCellsByColumns[columnIndex].push({
596
...summaryItem,
597
- value: isString(aggregate) && column?.deserializeValue
+ value: isString(aggregate) && column && column.deserializeValue
598
? column.deserializeValue(aggregate)
599
: aggregate,
600
valueFormat,
0 commit comments