I try this add style but it's not working add component fixedColumn similar but not working
.rdt_TableHead .rdt_TableCol.fixed-left {
position: sticky;
left: 0;
z-index: 1;
}
.rdt_TableBody .rdt_TableCol.fixed-left {
position: sticky;
left: 0;
z-index: 1;
}