[Bug] vtable-sheet 右键菜单冻结操作不触发 freeze_click 事件
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
Version
1.22.0
Link to Minimal Reproduction
无
Steps to Reproduce
1.想要为 vtable-sheet 右键菜单【冻结】操作设置监听
2. // 冻结事件
tableInstance?.on('freeze_click', (args) => {
console.log('冻结列事件', args)
})
3. 点击后未正常输出
Current Behavior
点击冻结菜单,未触发 freeze_click 事件监听
Expected Behavior
点击冻结菜单,对应触发 freeze_click 事件监听,获取对应数据信息
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
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 reproducing the right-click menu's 冻结 operation in VTable 1.22.0 and trace the freeze_click listener shown in the issue. Compare the menu action with the event dispatch and verify that clicking 冻结 invokes the listener with the corresponding data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100