react-component / react-component/table
Can the fixed parameter of this code be changed to: auto? Or change to dynamic parameter mode.
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.4k
- Forks
- 618
- Avg merge
- 10h 19m
- Merged PRs (30d)
- 2
Description
if (fixHeader) { scrollYStyle = { overflowY: 'scroll', maxHeight: scroll.y, }; }
--->
if (fixHeader) { scrollYStyle = { overflowY: 'auto', maxHeight: scroll.y, }; }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
Search the repository for the fixHeader condition and scrollYStyle object shown in the issue. Compare the current overflowY: 'scroll' behavior with the requested 'auto' behavior, then verify that fixed-header table scrolling works correctly without forcing a scrollbar.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100