glittershark / reactable

Fast, flexible, and simple data tables in React
glittershark.github.io/reactable
MIT License
1.51k stars 223 forks source link

Pagination: Is it possible to do a "load more" type of pagination #359

Open byhoung opened 7 years ago

byhoung commented 7 years ago

Like the title says, instead of a "prev/next" type of pagination with page number, I would like to do a "load more" type of pagination by either clicking on "load more" or through the action of scrolling to the bottom of the list. Is this possible?

I haven't seen any examples and tickets regarding this yet.

Thanks in advance.