I want to make my first column in the table static. Here is my jsfiddle:
https://jsfiddle.net/q2ymc76r/12/
css code:
.table .headcol {
position:absolute;
}
Problem is that the first column overlaps with the second column. Any suggestion to prevent the overlapping. Thanks.