amaannawab923
cbcf75514f
fix(plugin-chart-ag-grid-table): show correct percent-metric value in summary row ( #104600 )
...
The summary (totals) query was built with post_processing: [], which dropped
the 'contribution' operation that renames percent-metric columns from
`metric` to `%metric`. The totals query then returned `metric` while the grid
read `%metric`, so the summary row showed 0.000%.
Preserve the contribution (rename) operation in the totals query while still
dropping the time-comparison operator and orderby. Add a regression test.
2026-06-24 17:14:06 +05:30
Maxime Beauchemin
b3e88db87e
fix(table): use column label instead of SQL expression for orderby in downloads ( #39332 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-15 11:20:54 -07:00
amaannawab923
6e7d6a85b4
fix(ag-grid-table): fix failing buildQuery test expectation ( #38636 )
2026-03-14 00:59:52 +07:00
amaannawab923
ca2d26a1e2
fix(ag-grid-table): fix AND filter conditions not applied ( #38369 )
2026-03-13 19:42:14 +05:30
Đỗ Trọng Hải
563d9f1a3f
chore(lint): migrate Jest lint rules from eslint to oxlint ( #37787 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2026-02-08 16:44:42 +07:00
amaannawab923
4f444ae1d2
feat(ag-grid): Server Side Filtering for Column Level Filters ( #35683 )
2026-01-12 19:25:07 +05:30
Vitor Avila
9fc7a83320
fix: Do no aggregate results for CSV downloads from AG Grid raw records table ( #36247 )
2025-12-01 12:52:41 -03:00
Evan Rusackas
8ccdf3b32b
feat(frontend): Replace ESLint with OXC hybrid linting architecture ( #35506 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-30 09:26:21 -07:00
Alexandru Soare
99b61143f6
feat(Chart): Save Chart State globally ( #35343 )
2025-10-29 15:54:07 +02:00