Views: show all properties in detail view
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 214
- Forks
- 52
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 82
Description
Is your feature request related to a problem? Please describe.
We would like to use tables to keep a project list with a lot of properties. Having all properties in the table would make it too big though.
So I made a view with just some columns. Unfortunately, when editing that row / record, the modal will also only show the limited columns (for that view)
Describe the solution you'd like
Would it be possible to add different columns for the table and for the detail view (in our case, all fields)?
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 tracing how a table view selects columns and how the row/record detail modal uses that selection. Check the existing view and detail-view entry points first. Done means a view can keep a limited table while the detail view exposes all properties, with the behavior verified in the relevant frontend tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100