Using react-table <VariableSizeList> with react-window could not achieve both at same time 1.Virtulization 2.Sticky columns on scroll

125 views Asked by At

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}
     

So by using above and overriding the CSS of overflow => auto to unset I am able to achieve sticky column but the virtualization is removed

want to make the Row Index sticky and have virtualization at same time

want to make the Row Index sticky and have virtualization at same time

0

There are 0 answers