react-tiny-virtual-list
react-tiny-virtual-list copied to clipboard
change container element (i.e. tbody when working with tables)
How can I have the VirtualList render a <tbody /> element instead of a <div />?
I see it's actually rendering two nested divs to accomplish the task so maybe this lib cannot work with tables at all?
Great work anyway!
This is similar to #25
You can use react-base-table.