We want to implement a solution to make the first column of a table always visible, whenever the user scrolls to the right (the table will be super-wide sometimes), the first column’s cells have to ‘stick’ to the left of a screen.
There is a non-functional restriction in a project which makes a ‘DIV approach’ not possible.
This is somewhat similar to this
Any help is highly appreciated.
Try and have a look at this jquery pluging.
or, even better, use DataTables which supports fixed columns.
I’ve included the sample from here.
Run code snipped in Full Page to see how it works.