vue-good-table
                                
                                
                                
                                    vue-good-table copied to clipboard
                            
                            
                            
                        infinite scroll
Issue Type (delete the irrelevant ones)
- [x] Enhancement Request
 
Expected Behavior
I expect infinite scroll option to be available
Actual Behavior
it ain't.
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.