Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite scroll in table without fixed height #322

Open
kaleem-elahi opened this issue Jul 29, 2021 · 1 comment
Open

Infinite scroll in table without fixed height #322

kaleem-elahi opened this issue Jul 29, 2021 · 1 comment

Comments

@kaleem-elahi
Copy link

I want to know if there is Infinite functionality available without fixed table height, which means infinite scroll on the whole page

/cc @autodesk-github-bot

@nihgwu
Copy link
Contributor

nihgwu commented Jul 30, 2021

I think you can do that via check isIntersecting of Footer using IntersectionObserver and use height={Infinity}, but in that case there will no virtualization anymore, right now it's only supported in a fixed table height

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants