This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
# react-data-scroller | ||
|
||
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](/docs/assets/data-scroller-capture.gif) | ||
|
||
## Why? | ||
react-data-scroller was originally designed as a drop in replacement for | ||
[react-virtualized](https://github.com/bvaughn/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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.