Skip to content

Fix: ColumnsSummary shows incorrect totals after inline edit#1254

Open
radimvaculik wants to merge 1 commit intomasterfrom
fix/columns-summary-inline-edit
Open

Fix: ColumnsSummary shows incorrect totals after inline edit#1254
radimvaculik wants to merge 1 commit intomasterfrom
fix/columns-summary-inline-edit

Conversation

@radimvaculik
Copy link
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.

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.
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

1 participant