I am using tree-grid component in AngularJS: http://khan4019.github.io/tree-grid-directive/test/treeGrid.html
here is above example in plunker:
http://plnkr.co/edit/CQwY0sNh3jcLLc0vMP5D?p=preview
in comparison with ng-grid, I can't define cellTemplate, but I really need cell formatting possibility. How can I implement example rules for each row:
- if
TimeZoneis equal toESTcolorDescriptioncontent on green - if
TimeZoneis equal toPSTcolorDescriptioncontent on red - if
Populationas an odd number replaceAreacontent by imagegood.jpg - if
Populationas a even number replaceAreacontent by imagebad.jpg
with tree-grid-directive?
Maybe you can propose me some other AngularJS component (with tree expand functionality)?