Comcast / Comcast/react-data-grid
Pinned Rows API
- Dominant language
- TypeScript
- Stars
- 7.7k
- Forks
- 2.2k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 33
Description
## Use case
Hello! I would like to request a `Pinned Rows API`. You already have a `Pinned Columns API`, which works nicely.
By the way, I’ve noticed that you also have a `Summary Rows API`. I tried to use it, but it is designed for a different purpose.
## Proposed solution
We have a lot of rows: `A, B, C, ..., Z`. I want to pin `row K` to the top or bottom so I can:
* See it while scrolling the table
* Edit it
* Have it disappear from the unpinned rows (basically moved to the pinned view)
* Define its height, similar to `header` or `summary` rows
Essentially, I expect the same approach as for the `Pinned Columns API`, but applied to rows.
Contributor guide
Assessment
This issue has not been assessed yet.