将 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

提问人:Ajinkya Desai 提问时间:9/21/2023 更新时间:9/21/2023 访问量:62

问:


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,我能够实现粘性列,但虚拟化被删除了

想让行索引粘性,同时进行虚拟化

想让行索引粘性,同时进行虚拟化

reactjs 虚拟化 粘性 react-window

评论

0赞 Community 9/22/2023
请澄清您的具体问题或提供其他详细信息以准确说明您的需求。正如目前所写的那样,很难确切地说出你在问什么。
0赞 Ajinkya Desai 9/25/2023
请参考以下问题 stackoverflow.com/questions/77149701/...

答: 暂无答案