khan4019 / tree-grid-directive

Need one or more maintainer for this! comment or email me if you are interested
http://khan4019.github.io/tree-grid-directive/test/treeGrid.html
347 stars 183 forks source link

How to change the column background and font color? #122

Open ellisyu008 opened 7 years ago

ellisyu008 commented 7 years ago

How to change the background and font color of column?

Use cellTemplate??

$scope.col_defs = [ { field: "DemographicId", displayName: "Demographic Id", cellTemplate: "???????" } ];