mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-04-29 03:59:17 +08:00
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 |
||
|---|---|---|
| .. | ||
| admin/assets/javascripts/admin | ||
| app | ||
| assets | ||
| config | ||
| db/migrate | ||
| lib | ||
| spec | ||
| test/javascripts | ||
| package.json | ||
| plugin.rb | ||
| README.md | ||
| tsconfig.json | ||
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