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[])
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[])