discourse/plugins/discourse-data-explorer/spec/system
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
..
page_objects/pages FEATURE: Cache data explorer responses by query and param for quick results (#39118) 2026-04-07 11:57:33 +08:00
ai_query_generation_spec.rb FEATURE: AI-generated DE queries on /new before creation (#39412) 2026-04-22 13:50:26 +08:00
bookmark_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
core_features_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
new_query_spec.rb UX: Data explorer has a new query page (#39094) 2026-04-03 18:22:12 +08:00
param_input_spec.rb UX: Dedicated page when viewing/editing a particular query (#39114) 2026-04-06 23:51:13 +08:00
query_runner_spec.rb FIX: Allow showing expanded results table (#39601) 2026-04-28 15:55:43 +08:00
reports_spec.rb FIX: Allow showing expanded results table (#39601) 2026-04-28 15:55:43 +08:00