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

thead class? #175

Closed T0miii closed 6 years ago

T0miii commented 6 years ago

Hello, is there a way to set a class for the table header (thead)? I cant finde any option for this, or maybe im just overlooking something.

ratiw commented 6 years ago

Nope. But you can still use table.vuetable thead to target it for CSS formatting.

T0miii commented 6 years ago

yea right, i could have think about that. Thx for the hint. :D