2

!important;

Using bootstrap I want to create a table so that the thead is fixed and no matter how many rows are generated on loop , the thead will align properly with the tbody. I will keep the thead fixed so that only body will scroll vertically.
So the problem is on a responsive table how do I match the cell alignment and spacing of the head to the body cells.

Have wasted a day on this fed up. P.S on smaller screens I have set overflow to scroll vertically. Please help.

Comments
Add Comment