henrybuilt / react-sticky-table

Responsive and dynamically-sized fixed headers and columns for tables
https://henrybuilt.github.io/react-sticky-table/
MIT License
215 stars 57 forks source link

Add VirtualDom #64

Open adussarps opened 5 years ago

adussarps commented 5 years ago

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 commented 5 years ago

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

adussarps commented 5 years ago

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

maxhudson commented 5 years ago

Oh great idea - will do

pixel9 commented 4 years ago

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

maxhudson commented 4 years ago

@pixel9 nice - will check it out

shahchaitanya commented 4 years ago

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

maxhudson commented 4 years ago

@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 commented 4 years ago

Thanks to the author, good idea