Knockout-Contrib / Knockout-Contrib/KoGrid
Resize causes expanded groups to collapse if sorting applied after grouping
Open
Nobody has claimed this yet.
FAQ
Todo
- Dominant language
- JavaScript
- Stars
- 277
- Forks
- 124
- PR merge metrics
- No merged PRs in 30d
Description
Please consider the following scenario:
- fill a grid
- group the data by dropping a column header in the drop panel
- expand one or more groups
- sort a column: this causes all expanded groups to collapse
- expand one or more groups
- resize the grid
The last action causes all expanded groups to collapse. If the grid is sorted before the grouping is applied the behaviour does not occur.
Contributor guide
No contributing guide indexed for this repository
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
Reproduce the issue in the grid by grouping data, sorting a column, expanding groups, and then resizing. Trace the grouping, sorting, and resize paths to determine why expanded state is lost; done means expanded groups remain expanded after resizing in the described sorted-and-grouped scenario.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100