Skip to content

Fix: ColumnsSummary shows incorrect totals after inline edit#1254

Merged
f3l1x merged 2 commits intomasterfrom
fix/columns-summary-inline-edit
Mar 17, 2026
Merged

Fix: ColumnsSummary shows incorrect totals after inline edit#1254
f3l1x merged 2 commits intomasterfrom
fix/columns-summary-inline-edit

Conversation

@radimvaculik
Copy link
Copy Markdown
Member

When redrawing a single row, ColumnsSummary was only populated with that one row's values instead of all visible rows. Fixed by using filterData (instead of filterRow) when columnsSummary is present, so all rows are iterated and added to the summary, while only the target row is rendered.

Closes #579.

@f3l1x
Copy link
Copy Markdown
Member

f3l1x commented Mar 2, 2026

Can you cover by test?

When redrawing a single row, ColumnsSummary was only populated with that
one row's values instead of all visible rows. Fixed by using filterData
(instead of filterRow) when columnsSummary is present, so all rows are
iterated and added to the summary, while only the target row is rendered.
@radimvaculik radimvaculik force-pushed the fix/columns-summary-inline-edit branch from b489833 to 969dbf6 Compare March 3, 2026 06:45
@radimvaculik radimvaculik requested a review from f3l1x March 9, 2026 07:38
@radimvaculik
Copy link
Copy Markdown
Member Author

@f3l1x Covered.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Mar 9, 2026

@f3l1x f3l1x merged commit 15713e0 into master Mar 17, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Summary reload after editing item

2 participants