VTable
VTable copied to clipboard
[Bug] 自定义组件拖宽列宽时,单元格频繁闪烁
What problem does this feature solve?
https://visactor.io/vtable/demo-react/custom-layout/cell-custom-dom 这是官网示例,拖宽列宽时闪烁,自定义组件的样式如果不是内嵌就会丢失,对于在vtable中使用arco组件库中组件。样式可能不同步可能会是个问题
What does the proposed API look like?
关于闪烁
列宽拖宽停止时再绘制呢,解决闪烁问题?
关于样式
后面有没有可能考虑,支持组件的less,配置,vrender重新转为内嵌样式呢? 比如:<Button styleLess={``}/> 现在一个button :hover :active 伪类元素配置起来就比较麻烦