I'm stuck with a problem of fixed header table. I'm using AngularJS & Bootstrap to build a web application. I can't use ng-grid as it don't support IE7. So, I'm populating the table rows by ng-repeat. The application is responsive. So, I can't give fixed width to the cells/headers. Is there any simple way to have the table headers fixed?
I've put up a Plunker at Fixed header table with AngularJS
Thanks in advance.