react-component / react-component/table
sticky row in scroll-y table
Open
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
- 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
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