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
Set the table to have more rows than are visible in the table's height. i.e. scrolling is necessary to reach the final row.
Scroll all the way to the bottom of the table.
Actual behavior
A "bounce" effect. When you scroll past the bottom of the table, the scroll bar on the right moves upwards momentarily and then back down to the bottom. This gives the effect that more data is being loaded (and then potentially hidden) when it's not. It looks as if ghost cells are being inserted on scroll, and then removed upon realizing they're not necessary.
Expected behavior
Vertical scrolling looks as it would on the same tables with enableGhostCells={false}
Possible solution
Short of a full solution, the ability to enable ghost cells just horizontally would accomplish what we're looking for.
The text was updated successfully, but these errors were encountered:
Environment
If possible, link to a minimal repro (fork this code sandbox): https://codesandbox.io/s/blueprintjs-3-playground-4v9h0?fontsize=14&hidenavigation=1&theme=dark
Steps to reproduce
Table
withenableGhostCells={true}
Actual behavior
A "bounce" effect. When you scroll past the bottom of the table, the scroll bar on the right moves upwards momentarily and then back down to the bottom. This gives the effect that more data is being loaded (and then potentially hidden) when it's not. It looks as if ghost cells are being inserted on scroll, and then removed upon realizing they're not necessary.
Expected behavior
Vertical scrolling looks as it would on the same tables with
enableGhostCells={false}
Possible solution
Short of a full solution, the ability to enable ghost cells just horizontally would accomplish what we're looking for.
The text was updated successfully, but these errors were encountered: