Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://happy-coding-clans.github.io/vue-easytable/
MIT License
3.69k stars 738 forks source link

[Feature Request] 单元格合并后 右键菜单事件里面获取的 selectionRangeKeys selectionRangeIndexes 结束位置有待优化 #524

Open 1648437631 opened 1 year ago

1648437631 commented 1 year ago

选择要提交 issue 的库

vue-easytable

Issue 类型

Feature

Issue 标题

单元格合并后 右键菜单事件里面获取的 selectionRangeKeys selectionRangeIndexes 结束位置有待优化

这个功能解决了什么问题?

在设置完合并的单元格后 想要在右键菜单事件里面获取的endRowIndex、endColIndex、endRowkey、endColKey值

你期望的 API 是什么样的?

右键菜单事件里面获取的endRowIndex、endColIndex、endRowkey、endColKey值为真实的值 而不是合并后单元格第一个的这些值