scroller scrollTo() doesn't scroll to the specified row

scroller scrollTo() doesn't scroll to the specified row

jnsnjnsn Posts: 1Questions: 1Answers: 0

I believe there's an issue with the scroller extension's scrollTo() method. I downloaded a new bundle with the extension included, but the scrollTo() method doesn't scroll to the selected row, and it doesn't seem to do it on the sample page either.

If I browse to https://datatables.net/extensions/scroller/examples/initialisation/api_scrolling I expect the table to scroll to the 1000th row, but the scrollbar stays at the top of the table and I keep seeing row 1 to 5. This is the same behavior I'm seeing locally.

I'm running Chrome Version 69.0.3497.100 (Official Build) (64-bit).

Answers

  • colincolin Posts: 15,236Questions: 1Answers: 2,598

    Hi @jnsn ,

    That's a known issue in the released version of Scroller. This thread here shows you how to solve it for now.

    Cheers,

    Colin

This discussion has been closed.