functional-data-grid icon indicating copy to clipboard operation
functional-data-grid copied to clipboard

Access to the benefits of underlying React Virtualised

Open nicksp opened this issue 5 years ago • 2 comments

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 avatar Dec 10 '18 17:12 nicksp

Hello @energydrink9,

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

nicksp avatar Dec 12 '18 10:12 nicksp

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

energydrink9 avatar Dec 12 '18 11:12 energydrink9