[Feature] 建议右键菜单回调事件参数添加originData
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?
当数据会实时更新(而却速度非常快)时,如果没有 origindata,而是使用调用getRecordByCell或getSelectedCellInfos方法的话,在更新之后获取到的就不是鼠标点一下那一瞬间的数据。我这边是发现有明显出入的,所以建议向key_down的回调事件一样添加一个originData字段
What does the proposed API look like?
添加一个originData字段
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
Start by locating the right-click menu callback definitions and comparing their event parameters with the key_down callback's originData field. Confirm how rapidly changing data is represented at click time; the work is done when the right-click callback exposes the corresponding originData value consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100