Skip to content
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

Open
adussarps opened this issue Jun 13, 2019 · 8 comments
Open

Add VirtualDom #64

adussarps opened this issue Jun 13, 2019 · 8 comments
Labels
p1 priority 1 perf performance

Comments

@adussarps
Copy link

It would be a nice thing to add virtual dom implementation to the table. It would fasten rendering of large tables by a lot.

@maxhudson
Copy link
Contributor

Not really sure what you mean - react has a virtual dom built into it. Is this a package or something?

@adussarps
Copy link
Author

I meant something like this: https://bvaughn.github.io/react-virtualized/#/components/List
In order to be able to render large tables.

@maxhudson
Copy link
Contributor

Oh great idea - will do

@pixel9
Copy link

pixel9 commented Oct 10, 2019

Here's a light weight library (by the same guy as above) for creating virtualized lists:
https://github.com/bvaughn/react-window

@maxhudson
Copy link
Contributor

@pixel9 nice - will check it out

@shahchaitanya
Copy link

@maxhudson any updates on this thread? It's a good thing to add a Virtualize list in react-sticky-table.

@maxhudson
Copy link
Contributor

@shahchaitanya I'll try to look into this weekend - need Virtualized list for some other stuff too. Happy to accept PR as well.

@Ray-56
Copy link

Ray-56 commented Sep 4, 2020

Thanks to the author, good idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1 priority 1 perf performance
Projects
None yet
Development

No branches or pull requests

5 participants