react-data-scroller
v0.0.11
Published
react component for scrolling large amounts of data efficiently
Downloads
70
Readme
react-data-scroller
react-data-scroller is a React component for scrolling large amounts of data efficiently
This is currently a WIP and is not yet ready for production use. The API is not stable and is still evolving. Use at your own risk!
Why?
react-data-scroller was originally designed as a drop in replacement for react-virtualized but focused on preventing the constant mounting, unmounting and repainting of entire rows that occurs. The focus is rendering your data in the most efficient way which involves only rerendering (no unmounts/mounts and only minimal repainting) of the rows and shifting the data around.
Feature Checklist
- [x] Column Groups
- [ ] Scroll handling from parent
- [ ] Horizontal Virtualization
- [ ] Freezing any columns (Not just left)
- [ ] Nested Groups