question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Infinite Scrolling

See original GitHub issue

Hey @tannerlinsley,

thanks for the great table component!

One question: Is it possible to change the pagination logic to implement infinite scrolling? I would need something like an onScrolledToBottom handler on rt-tbody to fetch more items. I have a fixed height on the rt-tbody with an overflow: scroll.

Cheers,

Michael

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

6reactions
tannerlinsleycommented, Feb 6, 2017

Standard vertical and/or infinite scrolling are not yet supported. There are several reasons for this, the main one being the performance and simplicity of a small and easy to understand codebase. We’re currently investigating the possibility of it though. I’ll post back here when and if we decide to go forward with any plans.

2reactions
mjavedddcommented, Sep 22, 2017

Would love to see infinite scroll implemented on this table! This post is from February, is there any update on implementing infinite scroll?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Infinite Scroll
Infinite Scroll is a JavaScript plugin that automatically adds the next page, saving users from a full page load. You've likely seen it...
Read more >
What Is Infinite Scrolling and How Does It Work?
Infinite scrolling is a technique that loads more content as you scroll. It allows you to continue scrolling indefinitely and is sometimes ...
Read more >
Infinite Scroll Advantages & Disadvantages
Infinite scroll is a web design technique where more content automatically and continuously loads at the bottom as users scroll down the page....
Read more >
The Infinite Scroll: Why It's So Addictive and How to Break ...
The infinite scrolling design pattern was created by engineer Aza Raskin in 2006. Later refined and further developed into a JavaScript plugin ...
Read more >
Infinite Scrolling - Examples
Dynamic content pages become scroll magical. An infinite-content page can be achieved by adding a scene that triggers at the bottom of the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found