ratiw / vuetable-2

data table simplify! -- datatable component for Vue 2.x. See documentation at
https://vuetable.com
MIT License
2.16k stars 399 forks source link

Apply custom css styling to all table elements #304

Open hanxue opened 6 years ago

hanxue commented 6 years ago

I wish to use vuetable-2 with https://github.com/vuematerial/vue-material . How can I apply the styles from vue-material to table, thead, tr, and td?

The documentation here mention tableClass, which applies to <table>. There is also row-class. But how do I apply classes on the other elements?

ratiw commented 6 years ago

You cannot do that. Vue-material is vue components, not html dom.