Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataTable update:checked-row-keys 参数可以是rowKey #3626

Closed
wichochiu opened this issue Aug 29, 2022 · 2 comments
Closed

DataTable update:checked-row-keys 参数可以是rowKey #3626

wichochiu opened this issue Aug 29, 2022 · 2 comments
Labels
feature request New feature or request

Comments

@wichochiu
Copy link

This function solves the problem (这个功能解决的问题)

单独对数据行操作需要对大量的数据进行处理,无法捕获用户操作具体数据行

Expected API (期望的 API)

update:checked-row-keys(rowKey|rowKeys,row|rows)

@github-actions github-actions bot added the feature request New feature or request label Aug 29, 2022
@07akioni
Copy link
Collaborator

07akioni commented Sep 4, 2022

会考虑增加具体行信息

@jahnli
Copy link
Collaborator

jahnli commented Mar 13, 2024

(keys: Array<string | number>, rows: object[], meta: { row: object | undefined, action: 'check' | 'uncheck' | 'checkAll' | 'uncheckAll' }) => void

@jahnli jahnli closed this as completed Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants