Not possible to scroll horizontally over fixed rows in data table
Open
Nobody has claimed this yet.
bug
dash-data-table
P3
- Dominant language
- Python
- Stars
- 24.4k
- Forks
- 2.3k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 13
Description
When DataTable is horizontally scrollable and contains fixed rows and the mouse is over any of them it's not possible to scroll the table horizontally.
Contributor guide
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 by reproducing the horizontal-scroll behavior in a horizontally scrollable DataTable with fixed rows, checking whether scrolling works outside the fixed rows but fails when the pointer is over them. Locate the DataTable implementation and its existing tests; done means horizontal scrolling works consistently while the pointer is over fixed and non-fixed rows.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, react
- Domain
- data-visualization, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100