When using Scroller with filtered results, the black row label appears in the wrong Y position.

When using Scroller with filtered results, the black row label appears in the wrong Y position.

_user__user_ Posts: 2Questions: 1Answers: 0

Link to test case: https://jsfiddle.net/xaeqbs75/3/
Description of problem:
Using the Scroller plugin, and after filtering results, the black row position label no longer tracks the scrollbar thumb position when scrolling. Is this intended behavior? Can it be adjusted to always match the scrollbar thumb position?

Answers

  • colincolin Posts: 15,118Questions: 1Answers: 2,583

    Thanks for the test case, that helps! It looks like a bug, where it's tracking it against the recordsTotal, as opposed to recordsFiltered. I've raised it internally (DD-2119 for my reference) and we'll report back here when there's an update.

    Cheers,

    Colin

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Yes indeed - thanks for the test case! I've just committed a fix and it will be in the nightly shortly. We'll get a patch release out with it soon as well (possibly later today).

    Allan

  • _user__user_ Posts: 2Questions: 1Answers: 0

    Thanks, much appreciated.

Sign In or Register to comment.