Skip to content

Table组件的change事件增加触发该事件的类型 #612

Open
@lxiaosky

Description

@lxiaosky
  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

目前这个事件在分页、排序、筛选变化时都触发返回相同的回调参数,不太好区分是由哪个触发的,比如我要区分是分页还是排序,我现在的处理方式是在回调里判断返回的current和我之前的current是否一样,如果是一样的说明是排序触发的~
能否将这三个(分页、排序、筛选)事件分开,或者在现在的回调里增加一个类型

What does the proposed API look like?

Chrome最新版
Vue最新版
Ant vue 最新版

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions