[Feature] checkbox复选框获取选中行数据
Open
Nobody has claimed this yet.
feature
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
What problem does this feature solve?
建议将复选框列独立出来,不使用field方式,因为使用field不便于封装,且有跟数据field冲突的风险。需要增加获取选中行数据的api
What does the proposed API look like?
getSelectedRows
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests; start by locating the checkbox-column handling and the public table API entry points. Clarify how selected rows are represented and where getSelectedRows should be exposed, then add coverage showing that the API returns the checked rows without conflicting with data fields.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100