cornflourblue / angu-fixed-header-table

AngularJS fixed header scrollable table directive
http://pointblankdevelopment.com.au/blog/angularjs-fixed-header-scrollable-table-directive
MIT License
67 stars 43 forks source link

Not supported to IE #15

Open psbothra opened 9 years ago

psbothra commented 9 years ago

Trying to use this directive but it is not supported to IE, is it possible to update this directive

raftalks commented 9 years ago

@psbothra which version of IE did you test ?

psbothra commented 9 years ago

IE9

drewfreyling commented 8 years ago

I think the readme should have a list of supported browsers too.

beartums commented 8 years ago

Also not supported for IE 11

Setting the width and elements with style="width: {{colWidth}}px;" does not work in IE (though it does in chrome and FF), but using ng-style="{width: colWidth}" fixed the problem. Thanks for a great tool!