I have the following table with fixed first column.
JSFiddle:
https://jsfiddle.net/f7v2xaph/
<iframe width="100%" height="300" src="//jsfiddle.net/f7v2xaph/embedded/" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
I would like to ask, how to update the code to get fixed header too?
I tried this solution
Scrollable table with fixed header in bootstrap
But without the luck to get working with fixed first column.
Many thanks for any advice.