khan4019/tree-grid-directive

How to change the column background and font color?

Opened this issue · 0 comments

How to change the background and font color of column?

Use cellTemplate??

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