gdepourtales / ng-cells

AngularJS Table directive that draws a table of data with different features
http://gdepourtales.github.io/ng-cells/
Other
77 stars 17 forks source link

Fix styles on IE #34

Open marco-gallinari opened 9 years ago

marco-gallinari commented 9 years ago

As per angularjs guidelines, style binding is not working on IE. Template needs binding on ng-style to make this work properly.

Trying to figure out a solution on my own.

I think the main problem should be merging cell, row and columns styles; this could be done in ng-style by binding to a function, but rendering performance would suffer a lot.

What I'm trying to do is creating a new version calculating ng-style objects inside $$getCellData function.