hanya1986

Results 1 issues of hanya1986

HTML: ` ` JS: ` $scope.rowClassNameCallback = function(row){ console.log(row); return 'red' };` CSS: `.red { color: red; }` it does not change the row to red. I tried to put...