Skip to content

Commit 16fb346

Browse files
committed
attempt to fix summary cell
1 parent b236d32 commit 16fb346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/devextreme/js/__internal/grids/data_grid/summary

packages/devextreme/js/__internal/grids/data_grid/summary/m_summary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ const data = (Base: ModuleType<DataController>) => class SummaryDataControllerEx
594594
}
595595
summaryCellsByColumns[columnIndex].push({
596596
...summaryItem,
597-
value: isString(aggregate) && column?.deserializeValue
597+
value: isString(aggregate) && column && column.deserializeValue
598598
? column.deserializeValue(aggregate)
599599
: aggregate,
600600
valueFormat,

0 commit comments

Comments
 (0)