I am looking for a way to freeze first three columns in html table. Sample of table: http://jsfiddle.net/ee6reLug/
<table>
...
</table>
Columns Column name1, "+" and Column name2 must be fixed and scrollable from left to right.
There is a demo for single fixed left column, how do I create an HTML table with fixed/frozen left column and scrollable body?
but I need multple columns fixed. Is it possible in html, javascript or jquery?