We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://visactor.io/vtable/demo-react/custom-layout/cell-custom-dom 这是官网示例,拖宽列宽时闪烁,自定义组件的样式如果不是内嵌就会丢失,对于在vtable中使用arco组件库中组件。样式可能不同步可能会是个问题
列宽拖宽停止时再绘制呢,解决闪烁问题?
后面有没有可能考虑,支持组件的less,配置,vrender重新转为内嵌样式呢? 比如:<Button styleLess={``}/> 现在一个button :hover :active 伪类元素配置起来就比较麻烦
The text was updated successfully, but these errors were encountered:
fix: fix custom component flash when cell resizes #2516
71a0d29
78def5d
9b79733
Rui-Sun
Successfully merging a pull request may close this issue.
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 伪类元素配置起来就比较麻烦
The text was updated successfully, but these errors were encountered: