DominikSerafin/vuebar

table tbody add scroll

filipenco92 opened this issue · 1 comments

Hello, is possible to add scroll to tbody in table?

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!