pgadmin-org / pgadmin-org/pgadmin4
Easy copy and order column name
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.8k
- Forks
- 891
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 8
Description
Describe the solution you'd like
Make it possible and easy to copy and sort from a column from a sql result
Describe alternatives you've considered
As of from now, I did not find an easy solution to copy a column name and to order from it, for exemple I "select * from .." and then I want to order from a certain column and I can't copy only the column name, I can copy the datas, or the "header column" in option, but then it copy the header and all the datas. For exemple in phpMyAdmin, you can double click on the column name from the result to copy it
Other example, in phpMyAdmin, by left clicking the column name, it order asc, then clicking again order desc. It make it easy to order it
Additional context
No Additional context
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating pgAdmin's SQL result grid and its column-header behavior. Review how result data and headers are currently copied, then verify that a column header can be copied alone and that repeated header clicks sort ascending and descending as requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, python
- Domain
- database, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100