discourse/plugins/discourse-data-explorer
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
..
admin/assets/javascripts/admin FEATURE: AI-generated DE queries on /new before creation (#39412) 2026-04-22 13:50:26 +08:00
app FEATURE: AI-generated DE queries on /new before creation (#39412) 2026-04-22 13:50:26 +08:00
assets FIX: Allow showing expanded results table (#39601) 2026-04-28 15:55:43 +08:00
config I18N: Update translations (#39521) 2026-04-24 16:00:36 +02:00
db/migrate DEV: Tidy plugin API key scope resource names (#38640) 2026-03-17 13:03:42 +11:00
lib FEATURE: AI-generated DE queries on /new before creation (#39412) 2026-04-22 13:50:26 +08:00
spec FIX: Allow showing expanded results table (#39601) 2026-04-28 15:55:43 +08:00
test/javascripts DEV: Remove plugin names from test titles (#39418) 2026-04-21 19:19:52 +02:00
package.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00
plugin.rb FEATURE: AI-generated DE queries on /new before creation (#39412) 2026-04-22 13:50:26 +08:00
README.md
tsconfig.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00

Data Explorer Plugin

This plugin allows admins to run SQL queries against the live Discourse database, including parameterized queries and formatting for several common column types.

For more information, please see: https://meta.discourse.org/t/data-explorer-plugin/32566