react-tiny-virtual-list icon indicating copy to clipboard operation
react-tiny-virtual-list copied to clipboard

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

Open damianobarbati opened this issue 7 years ago • 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!

damianobarbati avatar Dec 14 '17 15:12 damianobarbati

This is similar to #25

0xcaff avatar Jan 19 '18 16:01 0xcaff

You can use react-base-table.

Anonymity94 avatar Jan 13 '20 07:01 Anonymity94