-
Notifications
You must be signed in to change notification settings - Fork 57
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
Add VirtualDom #64
Comments
Not really sure what you mean - react has a virtual dom built into it. Is this a package or something? |
I meant something like this: https://bvaughn.github.io/react-virtualized/#/components/List |
Oh great idea - will do |
Here's a light weight library (by the same guy as above) for creating virtualized lists: |
@pixel9 nice - will check it out |
@maxhudson any updates on this thread? It's a good thing to add a Virtualize list in react-sticky-table. |
@shahchaitanya I'll try to look into this weekend - need Virtualized list for some other stuff too. Happy to accept PR as well. |
Thanks to the author, good idea |
It would be a nice thing to add virtual dom implementation to the table. It would fasten rendering of large tables by a lot.
The text was updated successfully, but these errors were encountered: