Skip to content

[Feature] ListTabe树形结构能不能提供清除某一个field的所有勾选状态的方法 #5211

Description

@yezhiyue123

What problem does this feature solve?

1.ListTabe树形结构,复选框,不开启父子级联功能,目前没有清除某一个field的所有勾选状态的方法。
2.被折叠的任务无法清除勾选状态,setCellCheckboxState(col: number, row: number, checked: boolean)只能清除展开的任务的勾选状态,被折叠的任务没有row,无法使用这个方法,能不能通过提供其他方法

What does the proposed API look like?

1.clearAllCheckboxState(field) 清除某一个field的所有勾选状态
2.setCellCheckboxStateByRecordIndex(index: number | number[])

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions