http://jsfiddle.net/AKAKAK4/hyua6zyk/2/
Please check my fiddle and let me know how can I get the scroll bar to be working only for the table contents and not the header. Also the scrollbar appears at the very end and not immediately next to the last column, how can I make it work?
I have some commented out code in CSS through which I was hoping to achieve fixed table header:
#table-wrapper table thead th .uploadedDocsHdr {
position:absolute; }