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] 可以动态的修改 格子的边框颜色 #2053

Open TryChai opened 1 month ago

TryChai commented 1 month ago

What problem does this feature solve?

希望可以动态的修改 格子的边框颜色,我默认是取消了 点击效果 但是某些特殊的时候 我希望能动态的修改 比如 我要改变列的时候,我就希望我能高亮某一列,就算我开了选中的事件也不行 因为 他选dropdown_menu_click这个事件的时候并不会选中,这里其实有个bug 但是我希望能给我个接口去显示高亮

What does the proposed API look like?

最好有3个 接口,一个格子,一个整列 ,一个整行的 这样 就能满足了

TryChai commented 1 month ago

动态的修改背景也要,边框背景的也要,还要能清除的

TryChai commented 1 month ago

不过我感觉你们不会弄,毕竟我之前提的默认无数据的都没搞

fangsmile commented 1 month ago

不过我感觉你们不会弄,毕竟我之前提的默认无数据的都没搞

emptyTip的能力之前就加上了 是这个吗