donmbelembe / vue-dragscroll

A vue directive to make a scrollable element scroll by draging to the scroll direction
https://vue-dragscroll.clebinfosys.com/
MIT License
258 stars 32 forks source link

Can't use it properly on table #100

Closed AtousaDarabi closed 11 months ago

AtousaDarabi commented 2 years ago

I wanted to use it on a table when overflows. As it is just just on block displays works, so I added css to table tag: display: block, Width: 100%

But when the columns in table are few my columns all come left and don't fill all width(As it is displayed block not table). How can I use it with display table?

donmbelembe commented 2 years ago

Can you share a snippet ?