项目作者: benox3

项目描述 :
Super fast spreadsheet data virtualization
高级语言: TypeScript
项目地址: git://github.com/benox3/react-data-scroller.git
创建时间: 2019-03-12T03:04:33Z
项目社区:https://github.com/benox3/react-data-scroller

开源协议:MIT License

下载


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!

Screen Capture

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

  • Column Groups
  • Scroll handling from parent
  • Horizontal Virtualization
  • Freezing any columns (Not just left)
  • Nested Groups