react-component / react-component/table
Non-fixed columns are hidden by fixed columns
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.4k
- Forks
- 618
- Avg merge
- 10h 19m
- Merged PRs (30d)
- 2
Description
In the example: http://react-component.github.io/table/examples/fixedColumnsWhenResize.html
When the browser's width is reduced to a certain point, the non-fixed columns on the left side or the right side could be hidden by the fixed columns. Scrolling the scrollbars won't help. See the attached screenshots. Chrome Version 66.0.3359.181 (Official Build) (64-bit) is used.
It looks like the resize event does not trigger the resizing of the fixed table.
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
Start with the fixedColumnsWhenResize.html example and reproduce the problem by narrowing the browser window in Chrome. Trace the resize handling for the fixed table; done means the non-fixed columns remain visible and usable on both sides after resizing and scrolling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100