现在是这个效果只有点击升序降序这个申请时间才会按照升序或者降序排
现在我要进入页面就默认把申请时间按升序排列
应该怎么办?求教
<el-table-column prop="applyDate" label="申请日期" width="90" sortable>
<template slot-scope="scope">
{{ formatDate(scope.row.applyDate) }}
</template>
</el-table-column>
http://element-cn.eleme.io/#/...
api文档有
default-sort:
不过也分两种情况,如果是后台分页,他应该只能对当前页排序,如果是前端分页估计能把所有数据进行排序