table tbody add scroll
filipenco92 opened this issue · 1 comments
filipenco92 commented
Hello, is possible to add scroll to tbody in table?
DominikSerafin commented
I don't think so. You'd need to wrap tbody or rows in other element but you can't do that because this element will get removed on render.
But if you find a way to do that let me know!