pgadmin-org / pgadmin-org/pgadmin4

Improve usability of the Explain > Analyse tab results

Open
#8,895 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature
Dominant language
Python
Stars
3.8k
Forks
891
Avg merge
4d 7h
Merged PRs (30d)
8

Description

Describe the solution you'd like

The output on the Explain > Analysis tab is grid data, but behaves differently than the grid on the Data Output tab:

  • columns are NOT resizable
  • the column headers do NOT stick when scrolling
  • double-clicking a cell doesn't open a dialog with the cells content (for easier viewing of larger content, easier copy/paste etc)

It would improve the usability of the tab if the headers would stick to the top of the view on scroll and if columns would be resizable

On wider screens columns like Timings/Rows/Loops currently become way to wide for their content, while the Node column might still not be able to fully display it's content

Describe alternatives you've considered

None

Additional context

None

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the Explain > Analyse tab and identify the grid implementation used for its results, comparing it with the Data Output grid. Check how scrolling, column sizing, and cell interaction are handled there; done means the Analyse results provide sticky headers and resizable columns, with the requested cell viewing behavior clarified before implementation.

Written by the indexing model from the issue text.

Assessment

Tech stack
postgresql
Domain
databases, frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.