2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript12,714 stars (12,714 stars)2,228 forks (2,228 forks)batch import
help wantedmaterial
Description
高级表格没法获取多选选择了哪几行,没有对应的控制事件
希望能对应加上onSelect事件或别的方法获取
Contributor guide
- Tech stack
- typescriptreact
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Understanding of React component lifecycleFamiliarity with lowcode engine table component
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- Examine the lowcode engine source code, specifically the advanced table component (likely in packages/.../table). Identify where row selection state is managed and propose adding an onSelect callback that emits selected row keys. Look at existing event handlers in similar components for consistency.