You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fixed column in my table. I use the following css for it:
.headcol {
position:absolute;
left:0;
}
When I scroll using your component the first columns header overlaps another. How can I move the column header you create over as I have done in the css above?
The text was updated successfully, but these errors were encountered:
I have a fixed column in my table. I use the following css for it:
.headcol {
position:absolute;
left:0;
}
When I scroll using your component the first columns header overlaps another. How can I move the column header you create over as I have done in the css above?
The text was updated successfully, but these errors were encountered: