You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: