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
Case:
The width of the container is fixed but the user can resize column widths making the inner content horizontally scrollable. To keep the header in sync with the content I want to get the scrollLeft value.
Current Behavior: VirutalList does not expose the scroll event of svelte-virtual-list-viewport.
Expected Behavior:
Scroll event should be exposed.