提问人:Ajinkya Desai 提问时间:9/21/2023 更新时间:9/21/2023 访问量:62
将 react-table <VariableSizeList> 与 react-window 一起使用无法同时实现两者 1.振动 2.滚动时粘性列
Using react-table <VariableSizeList> with react-window could not achieve both at same time 1.Virtulization 2.Sticky columns on scroll
问:
I am using for achieving virtualization. But not able to apply the property of sticky to the same.
handleScroll(e, TableRef)}
className="variable-size"
>
{RenderRowVirtualized}
因此,通过使用上述内容并覆盖 overflow => auto to unset 的 CSS,我能够实现粘性列,但虚拟化被删除了
答: 暂无答案
评论