react-component / react-component/table

Non-fixed columns are hidden by fixed columns

Open
#209 2 comments 0 reactions 0 assignees View on GitHub

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.

rc-table-3
rc-table-2

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.