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 add `data-xxx` attribute to table head field? #193

Closed donggyu04 closed 4 years ago

donggyu04 commented 4 years ago

Hi, I'm using vuetable-2 well. but can i add html data attribute(data-xxx) to table head field(<th>)?

in Vuetable.vue code, it seems impossible. Is there any way to resolve it without using jquery?

donggyu04 commented 4 years ago

reopen on vuetable-2 repository..