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