Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] mouseenterCell / MOUSEENTER_CELL 事件表现 跟文档不一致 #3347

Closed
zengkaii opened this issue Jan 22, 2025 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@zengkaii
Copy link

zengkaii commented Jan 22, 2025

Version

1.15.1

Link to Minimal Reproduction

https://github.com/zengkaii/nuxt3-el-plus/tree/vue-vtable

Steps to Reproduce

  1. npm i
  2. npm run dev
  3. open http://localhost:5000/vtable
  4. 鼠标滑到第一列 查看日志

Current Behavior

返回数据跟文档表现不一致,缺少originData,field等字段,文档说 事件回调函数的参数类型请参考 CLICK_CELL 事件中介绍的参数类型。

Expected Behavior

返回数据跟 CLICK_CELL文档表现一致

Environment

- OS:Windows_NT
- Browser: any
- Framework: [email protected]

Any additional comments?

No response

@zengkaii zengkaii added the bug Something isn't working label Jan 22, 2025
@fangsmile fangsmile self-assigned this Jan 23, 2025
@fangsmile
Copy link
Contributor

getCellOriginRecord(col, row)
getHeaderField(col, row),
可以用对用的接口获取下,文档我们补充说明一下。
用户不常用这样的信息 频繁触发的事件频繁调用很浪费 所以大部分都去掉了

@zengkaii
Copy link
Author

zengkaii commented Feb 5, 2025

getCellOriginRecord

好的,谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants