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

Cannot set TH width #112

Closed maurocasas closed 7 years ago

maurocasas commented 8 years ago

I'm currently trying to change my actions width to 4% but the CSS documentation isn't just working. Is there any other way to choose the column width?

.vuetable th#__actions { width: 4%; }

Thanks!

ratiw commented 8 years ago

@maurocasas It should work. But you can also use any css class by specifying in titleClass of field definition.