Comcast / Comcast/react-data-grid

Pinned Rows API

Open
#3,940 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.