ratiw / vue-table

data table simplify! -- vuetable is a Vue.js component that will automatically request (JSON) data from the server and display them nicely in html table with swappable/extensible pagination component.
MIT License
1.83k stars 303 forks source link

how to make columns resizable? #195

Open wenhuiwu opened 2 years ago

wenhuiwu commented 2 years ago

When I set the column‘s width, such as 20px, then there has some contents that need more then 20px, how can I do to make columns resizable?