vue-good-table icon indicating copy to clipboard operation
vue-good-table copied to clipboard

infinite scroll

Open diomed opened this issue 5 years ago • 1 comments

Issue Type (delete the irrelevant ones)

  • [x] Enhancement Request

Expected Behavior

I expect infinite scroll option to be available

Actual Behavior

it ain't.

diomed avatar Aug 05 '19 20:08 diomed

This is a very old issue so I doubt anyone will see this or respond to it, but thought it's worth a try anyway.

Rather than paginating via controls at the bottom of the table, we'd prefer to be able to infinitely scroll down to load more rows of data. This could easily be accomplished by adding another event to the list of available events from vue-good-table. If there was a @scrolled-to-bottom event (or something similar), then we'd know to go request more rows from the server. As it stands, we have to implement that ourselves with an IntersectionObserver after vue-good-table has mounted. It'd be great to see that come out-of-the-box with vue-good-table.

zack-pronto avatar Aug 24 '21 14:08 zack-pronto