Skip to content

树形列表组件排序BUG #56

@panghu-a

Description

@panghu-a

树形列表同时添加表头筛选排序,进行筛选操作后再进行排序,排序结果是基于筛选前的完整列表排序,而不是筛选后的结果,是我的配置问题吗
<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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions