@@ -16,8 +16,8 @@ exports[`veTable header sort render multiple field sort 1`] = `
16
16
<thead class = " ve-table-fixed-header ve-table-header" >
17
17
<tr class = " ve-table-header-tr" >
18
18
<th rowspan = " 1" colspan = " 1" class = " ve-table-header-th" style = " text-align: left; top: 0px;" >Name</th >
19
- <th rowspan = " 1" colspan = " 1" class = " ve-table-header-th" style = " text-align: center; top: 0px;" >Age<span class = " ve-table-sort" ><i class = " ve-icon iconfont-vet icon-vet-sort-top-arrow ve-table-sort-icon ve-table-sort-icon-top" ></i ><i class = " ve-icon iconfont-vet icon-vet-sort-bottom-arrow ve-table-sort-icon ve-table-sort-icon-bottom" ></i ></span ></th >
20
- <th rowspan = " 1" colspan = " 1" class = " ve-table-header-th" style = " text-align: center; top: 0px;" >Weight(kg)<span class = " ve-table-sort" ><i class = " ve-icon iconfont-vet icon-vet-sort-top-arrow ve-table-sort-icon ve-table-sort-icon-top active" ></i ><i class = " ve-icon iconfont-vet icon-vet-sort-bottom-arrow ve-table-sort-icon ve-table-sort-icon-bottom" ></i ></span ></th >
19
+ <th rowspan = " 1" colspan = " 1" class = " ve-table-header-th ve-table-sortable-column " style = " text-align: center; top: 0px;" >Age<span class = " ve-table-sort" ><i class = " ve-icon iconfont-vet icon-vet-sort-top-arrow ve-table-sort-icon ve-table-sort-icon-top" ></i ><i class = " ve-icon iconfont-vet icon-vet-sort-bottom-arrow ve-table-sort-icon ve-table-sort-icon-bottom" ></i ></span ></th >
20
+ <th rowspan = " 1" colspan = " 1" class = " ve-table-header-th ve-table-sortable-column " style = " text-align: center; top: 0px;" >Weight(kg)<span class = " ve-table-sort" ><i class = " ve-icon iconfont-vet icon-vet-sort-top-arrow ve-table-sort-icon ve-table-sort-icon-top active" ></i ><i class = " ve-icon iconfont-vet icon-vet-sort-bottom-arrow ve-table-sort-icon ve-table-sort-icon-bottom" ></i ></span ></th >
21
21
<th rowspan = " 1" colspan = " 1" class = " ve-table-header-th" style = " text-align: center; top: 0px;" >Hobby</th >
22
22
<th rowspan = " 1" colspan = " 1" class = " ve-table-header-th ve-table-last-column" style = " text-align: left; top: 0px;" >Address</th >
23
23
</tr >
@@ -96,8 +96,8 @@ exports[`veTable header sort render single field sort 1`] = `
96
96
<thead class = " ve-table-fixed-header ve-table-header" >
97
97
<tr class = " ve-table-header-tr" >
98
98
<th rowspan = " 1" colspan = " 1" class = " ve-table-header-th" style = " text-align: left; top: 0px;" >Name</th >
99
- <th rowspan = " 1" colspan = " 1" class = " ve-table-header-th" style = " text-align: center; top: 0px;" >Age<span class = " ve-table-sort" ><i class = " ve-icon iconfont-vet icon-vet-sort-top-arrow ve-table-sort-icon ve-table-sort-icon-top" ></i ><i class = " ve-icon iconfont-vet icon-vet-sort-bottom-arrow ve-table-sort-icon ve-table-sort-icon-bottom" ></i ></span ></th >
100
- <th rowspan = " 1" colspan = " 1" class = " ve-table-header-th" style = " text-align: center; top: 0px;" >Weight(kg)<span class = " ve-table-sort" ><i class = " ve-icon iconfont-vet icon-vet-sort-top-arrow ve-table-sort-icon ve-table-sort-icon-top active" ></i ><i class = " ve-icon iconfont-vet icon-vet-sort-bottom-arrow ve-table-sort-icon ve-table-sort-icon-bottom" ></i ></span ></th >
99
+ <th rowspan = " 1" colspan = " 1" class = " ve-table-header-th ve-table-sortable-column " style = " text-align: center; top: 0px;" >Age<span class = " ve-table-sort" ><i class = " ve-icon iconfont-vet icon-vet-sort-top-arrow ve-table-sort-icon ve-table-sort-icon-top" ></i ><i class = " ve-icon iconfont-vet icon-vet-sort-bottom-arrow ve-table-sort-icon ve-table-sort-icon-bottom" ></i ></span ></th >
100
+ <th rowspan = " 1" colspan = " 1" class = " ve-table-header-th ve-table-sortable-column " style = " text-align: center; top: 0px;" >Weight(kg)<span class = " ve-table-sort" ><i class = " ve-icon iconfont-vet icon-vet-sort-top-arrow ve-table-sort-icon ve-table-sort-icon-top active" ></i ><i class = " ve-icon iconfont-vet icon-vet-sort-bottom-arrow ve-table-sort-icon ve-table-sort-icon-bottom" ></i ></span ></th >
101
101
<th rowspan = " 1" colspan = " 1" class = " ve-table-header-th" style = " text-align: center; top: 0px;" >Hobby</th >
102
102
<th rowspan = " 1" colspan = " 1" class = " ve-table-header-th ve-table-last-column" style = " text-align: left; top: 0px;" >Address</th >
103
103
</tr >
0 commit comments