VisActor / VTable

VTable is not just a high-performance multidimensional data analysis table, but also a grid artist that creates art between rows and columns.
https://visactor.io/vtable
MIT License
1.77k stars 162 forks source link

[Feature] 编辑单元格是否支持鼠标移入单元格时展示编辑图标或者现有 API 如何实现这个交互 #2798

Open wyyufeng opened 1 week ago

wyyufeng commented 1 week ago

What problem does this feature solve?

可编辑的单元格,鼠标移入时期望能有一个可编辑的图标提示用户,现在有 API 能实现这个交互吗?类似 Meego image

What does the proposed API look like?

配置了 editor 的单元格在编辑器的实现上支持类似mouseover 的事件

wyyufeng commented 1 week ago

是否可以用column 上的 icon ,并且设置 visibleTime:"mouseenter_cell" 这种来实现