How to auto scroll table on Autofill + drag down?

How to auto scroll table on Autofill + drag down?

hserveirahserveira Posts: 6Questions: 3Answers: 0

Hello,

When dragging the AutoFill handle to the edge of my DataTable container, it doesn't automatically scroll down.
This behavior can be observed on the official example:
https://datatables.net/extensions/autofill/examples/initialisation/scrolling.html

Is this working as intended? It does scroll the 'outer' window, but not the table container itself, which would be the ideal scenario. Users sometimes want to fill something for the entire column (being able to drag it all the way down would solve this), but right know that takes several actions, since they have to manually scroll down after each update.

I appreciate any input on this!

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 64,798Questions: 1Answers: 10,728 Site admin
    Answer ✓

    Hi,

    Thanks for letting me know about this error. No the example isn't working as intended, it should indeed auto scroll. I hadn't updated the selector in AutoFill to account for the class name change in DataTables 2. I've committed a change to address that. It will be in the nightly build shortly and in the next release.

    Allan

Sign In or Register to comment.