angu-fixed-header-table
angu-fixed-header-table copied to clipboard
Not supported to IE
Trying to use this directive but it is not supported to IE, is it possible to update this directive
@psbothra which version of IE did you test ?
IE9
I think the readme should have a list of supported browsers too.
~~Also not supported for IE 11~~
Setting the width
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!