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
The onScroll action is fired when the table has occlusion rendering enabled.
This has the effect of always return scroll position of 0 on table load. For us, this causes problems because it overwrites any previously stored scroll position (@onScroll={{action (mut scrollPosition)}}).
If occlusion is disabled, the feature works as expected.
The text was updated successfully, but these errors were encountered:
The
onScroll
action is fired when the table has occlusion rendering enabled.This has the effect of always return scroll position of
0
on table load. For us, this causes problems because it overwrites any previously stored scroll position (@onScroll={{action (mut scrollPosition)}}
).If occlusion is disabled, the feature works as expected.
The text was updated successfully, but these errors were encountered: