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

Can I change semantic ui table type #152

Open bushcode opened 7 years ago

bushcode commented 7 years ago

Can i change the semantic ui table to a 'very basic table' instead of the standard table used for this plugin?

ratiw commented 7 years ago

@bushcode You can use table-class prop, which will replaced the default semantic ui table style. See the source code here.