Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trigger stickyChange when attaching viewport #129

Commits on Mar 11, 2024

  1. Trigger stickyChange when attaching viewport

    - Fixes an issue in chromium browsers where:
    -- If the table has a sticky header and stickyPositions is not yet initialized
    -- And a scrollToIndex is issued to an index outside the current range
    -- The browser triggers a second scroll event when initializing the sticky elements, possibly messing up the scrolling and not showing the index issued to scrollToIndex
    raphael-inglin-ergon committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3eff3b2 View commit details
    Browse the repository at this point in the history