discourse/plugins/discourse-data-explorer/spec
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
..
automation DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
fabricators
integration DEV: Tidy plugin API key scope resource names (#38640) 2026-03-17 13:03:42 +11:00
jobs/scheduled
lib DEV: Don't use fab! for non-ActiveRecord model objects (#39272) 2026-04-15 00:52:34 +02:00
models
requests FEATURE: AI-generated DE queries on /new before creation (#39412) 2026-04-22 13:50:26 +08:00
system FIX: Allow showing expanded results table (#39601) 2026-04-28 15:55:43 +08:00
tasks DEV: Fix deprecations in plugins specs and silence output (#39257) 2026-04-15 00:00:46 +02:00
data_explorer_spec.rb FEATURE: Add current_user_id parameter type to Data Explorer (#36655) 2025-12-12 16:40:14 +01:00
guardian_spec.rb PERF: Add Users to Group Pt. 1 (#38737) 2026-03-26 09:11:22 -05:00
report_generator_spec.rb SECURITY: Check for no group assignments in data-explorer queries 2026-02-26 12:22:54 +00:00
result_format_converter_spec.rb
result_to_markdown_spec.rb