x-extends / vxe-table

Vxe table 的表格组件
https://vxetable.cn
MIT License
7.64k stars 1.06k forks source link

table的sort-config 配置sortMethod出现 TypeError: allSortMethod is not a function #930

Open joker-jrz opened 4 years ago

joker-jrz commented 4 years ago

(必填)请填写问题描述或截图 sort-config 配置sortMethod出现 TypeError: allSortMethod is not a function vue.runtime.esm.js?2b0e:1888 TypeError: allSortMethod is not a function at VueComponent.updateAfterFullData (methods.js?a6b2:959) at VueComponent.handleTableData (methods.js?a6b2:140) at VueComponent.sort (methods.js?a6b2:3435) at VueComponent.triggerSortEvent (methods.js?a6b2:3409) at click (cell.js?4c2e:658) at invokeWithErrorHandling (vue.runtime.esm.js?2b0e:1854) at HTMLElement.invoker (vue.runtime.esm.js?2b0e:2179) at HTMLElement.original._wrapper (vue.runtime.esm.js?2b0e:6917) 我不知道是不是我配置有问题出现了这个错误

(必填)请填在线链接 https://codesandbox.io/s/vxe-table-sort-ceshide-demo-ie7cc?file=/src/views/Demo1.vue

(必填)请填写以下信息:

marissagroves commented 4 years ago

同求,如何正确配置??

joker-jrz commented 4 years ago

同求,如何正确配置??

我没有返回值 直接对表格数据排序 然后替换原表格数据

marissagroves commented 4 years ago

同求,如何正确配置??

我没有返回值 直接对表格数据排序 然后替换原表格数据

不是 ,你是zheme这么配的: image 我昨天试了一下,是这么配的(我这边挪进全局配置里了),不用加引号: image

joker-jrz commented 4 years ago

同求,如何正确配置??

我没有返回值 直接对表格数据排序 然后替换原表格数据

不是 ,你是zheme这么配的: image 我昨天试了一下,是这么配的(我这边挪进全局配置里了),不用加引号: image

我没有用sort-config用的sort-change image 话说你放到全局配置 那每次都得实现一个sortMethod方法?