@@ -14,8 +14,8 @@ exports[`veTable header paging render multiple field paging 1`] = `
14
14
<thead class = " ve-table-fixed-header ve-table-header" >
15
15
<tr class = " ve-table-header-tr" >
16
16
<th rowspan = " 1" colspan = " 1" class = " ve-table-header-th" style = " text-align: left; top: 0px;" >Name</th >
17
- <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 >
18
- <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 >
17
+ <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 >
18
+ <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 >
19
19
<th rowspan = " 1" colspan = " 1" class = " ve-table-header-th" style = " text-align: center; top: 0px;" >Hobby</th >
20
20
<th rowspan = " 1" colspan = " 1" class = " ve-table-header-th ve-table-last-column" style = " text-align: left; top: 0px;" >Address</th >
21
21
</tr >
@@ -84,8 +84,8 @@ exports[`veTable header paging render single field paging 1`] = `
84
84
<thead class = " ve-table-fixed-header ve-table-header" >
85
85
<tr class = " ve-table-header-tr" >
86
86
<th rowspan = " 1" colspan = " 1" class = " ve-table-header-th" style = " text-align: left; top: 0px;" >Name</th >
87
- <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 >
88
- <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 >
87
+ <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 >
88
+ <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 >
89
89
<th rowspan = " 1" colspan = " 1" class = " ve-table-header-th" style = " text-align: center; top: 0px;" >Hobby</th >
90
90
<th rowspan = " 1" colspan = " 1" class = " ve-table-header-th ve-table-last-column" style = " text-align: left; top: 0px;" >Address</th >
91
91
</tr >
0 commit comments