We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90d229 commit dfffaa3Copy full SHA for dfffaa3
components/table.vue
@@ -3,7 +3,7 @@
3
<thead>
4
<tr>
5
<th @click="headClick(field,key)"
6
- :class="[field.sortable?'sorting':null,sort===key?'sorting_'+(sortDesc?'desc':'asc'):'']"
+ :class="[field.sortable?'sorting':null,sort===key?'sorting_'+(sortDesc?'desc':'asc'):'',field.class]"
7
v-for="field,key in fields"
8
>
9
{{field.label}}
0 commit comments