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.57k stars 129 forks source link

[Feature] 增加开启关闭滚动的api #2073

Closed anxsec closed 1 month ago

anxsec commented 1 month ago

What problem does this feature solve?

表格作为节点内容渲染在画布应用中,未选中节点时,鼠标停留在表格上方,不触发表格的滚动,同时不影响表的 hover 效果

What does the proposed API look like?

类似:

disableScroll?: boolean;