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

Access to the benefits of underlying React Virtualised #25

Open
nicksp opened this issue Dec 10, 2018 · 2 comments
Open

Access to the benefits of underlying React Virtualised #25

nicksp opened this issue Dec 10, 2018 · 2 comments

Comments

@nicksp
Copy link

nicksp commented Dec 10, 2018

react-virtualized is a fantastic library with several great benefits and possible use cases, like infinite scrolling the long table and scroll-to-index ability.

Are there any ways to access that lib's API from functional-data-grid or any plans to add those features that come in handy for production library usage? That would make the lib even more handy 😄

@nicksp
Copy link
Author

nicksp commented Dec 12, 2018

Hello @energydrink9,

Do you have any ideas or is it possible somehow to implement?

@energydrink9
Copy link
Owner

Hi @nicksp
At the moment you can access the ReactVirtualized List by creating a ref to the FunctionalDataGrid component and then access ref.grid.list

Regarding infinite scrolling, is not currently taken into account as a use case in FunctionalDataGrid

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