You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adidahiya
changed the title
[v4] Table continues to scroll when there are no more rows
Table continues to scroll when there are no more rows
Nov 17, 2021
adidahiya
changed the title
Table continues to scroll when there are no more rows
Table with ghost cells continues to scroll when there are no more rows
Nov 17, 2021
Environment
Code Sandbox
Link to a minimal repro:
https://codesandbox.io/s/cool-benz-es9oo?file=/src/App.js
Steps to reproduce
Create a scrollable Table with
enableGhostCells
set to trueActual behavior
Scrollbar continues to scroll when reaching the bottom of the table. Also grabbing the scrollbar and dragging down creates more ghost rows.
Expected behavior
The scrollbar stops scrolling when it reached the bottom of the table
Notes:
Scrolling over a frozen column to the bottom of the table behaves as normal
The text was updated successfully, but these errors were encountered: