Files
superset2/superset-frontend/plugins/plugin-chart-ag-grid-table/test/utils
amaannawab923 da53bf777d fix(plugin-chart-ag-grid-table): persist Value Aggregation changes without a sort (#97551)
Changing a column's Value Aggregation only persisted if another piece of grid
state (such as a sort) changed at the same time, because the grid-state change
detector hashed only column order, sorts and filters. This matches the
reported workaround (trigger a sort, then Update chart).

Include per-column aggFunc in the capture signature so the change is detected
and saved on its own. Same root cause as #107166.

Add unit tests for the Explore 'change aggregation then Update chart' scenario.
2026-06-24 17:16:35 +05:30
..