VisActor / VisActor/VTable

[Bug] vtable-sheet 右键菜单冻结操作不触发 freeze_click 事件

Open
#4,655 3 comments 0 reactions 0 assignees View on GitHub

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. 点击后未正常输出
Image

Current Behavior

点击冻结菜单,未触发 freeze_click 事件监听

Expected Behavior

点击冻结菜单,对应触发 freeze_click 事件监听,获取对应数据信息

Environment
- OS:
- Browser:
- Framework:
Any additional comments?

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.