Feature: Grid: Ability to hide row and show the row details only
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 717
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 3
Description
I would like to propose new feature for Grid.
Grid can show row details for selected rows using grid.setDetailsVisible(row, true).
It would be fine that whole row can be hidden and the row details are shown instead of row.
E.g. grid.setRowVisible(row, false).
This feature can be interesting for custom-rendered-row-grid when you can hide all rows and show the data in details with custom layout.
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 Grid's existing setDetailsVisible(row, true) behavior and the custom-rendered-row-grid use case mentioned in the issue. Define how hiding a row should interact with its details, then verify that hidden rows display only their details while normal rows retain current behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100