-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
树形列表同时添加表头筛选排序,进行筛选操作后再进行排序,排序结果是基于筛选前的完整列表排序,而不是筛选后的结果,是我的配置问题吗
<vxe-table ref="tableRef" :data="fullFilteredList" :row-config="{ isCurrent: true, isHover: true, highlight: true }" :tree-config="treeConfig" :sort-config="{ multiple: true, trigger: 'cell' }" :height="calculatedHeight" :filter-multiple="true" >
Metadata
Metadata
Assignees
Labels
No labels