react-component / react-component/table

sticky row in scroll-y table

Open
#113 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Feature
Dominant language
TypeScript
Stars
1.4k
Forks
618
Avg merge
10h 19m
Merged PRs (30d)
2

Description

is it possible to have a row stick to the top or the bottom of a vertical scrolling table? This would be a useful feature for me. Something like:

<thead>
<tbody scroll={{y:height}}>
<tr stick='top'>im stuck below table head on scroll</tr>
<tr>i do scroll</tr>
</tbody>
<tfoot>

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Start by locating the table's vertical-scroll rendering and row layout, then determine how a row could remain at the top or bottom while scrolling. Done means the requested sticky-row behavior works for the described tbody example and is covered by relevant tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.