discourse/plugins/discourse-data-explorer/assets
Natalie Tay cc8035ba12
FIX: Allow showing expanded results table (#39601)
Related:
https://meta.discourse.org/t/explorer-reports-limited-to-5-rows-no-matter-how-much-data-you-have/401611

The results table in Data Explorer was constrained, showing only ~5 rows
with internal scrolling even when there was plenty of page space. This
affected both the admin query view and group reports view.

- When there's no chart (text-only columns, or chart toggled off), the
table auto-expands to show all rows
- When there's an accompanying chart, default table height capped at
350px (matches chart height) with a chevron expand button to remove the
limit
2026-04-28 15:55:43 +08:00
..
javascripts/discourse FIX: Allow showing expanded results table (#39601) 2026-04-28 15:55:43 +08:00
stylesheets FIX: Allow showing expanded results table (#39601) 2026-04-28 15:55:43 +08:00