clauderic/react-tiny-virtual-list

change container element (i.e. tbody when working with tables)

damianobarbati opened this issue · 2 comments

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