We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这是没实现吗? sortAction (column, index, order) { if (typeof column.sorter === 'function') { // TODO:客户端排序 } this.sorderOrder[index] = order this.sorderOrder = Object.assign([], this.sorderOrder) this.$emit('table-change', this.pagination, this.filters, { field: column.dataIndex, order: order }) },
The text was updated successfully, but these errors were encountered:
嗯是的,内部项目中目前还没有此类需求,所以还没实现,欢迎贡献 : )
Sorry, something went wrong.
好的,已pull request
close #28
d7568ff
No branches or pull requests
这是没实现吗?
sortAction (column, index, order) {
if (typeof column.sorter === 'function') {
// TODO:客户端排序
}
this.sorderOrder[index] = order
this.sorderOrder = Object.assign([], this.sorderOrder)
this.$emit('table-change', this.pagination, this.filters, {
field: column.dataIndex,
order: order
})
},
The text was updated successfully, but these errors were encountered: