UNPKG
ng-grid
Version:
latest (2.0.1)
2.0.1
__Contributors:__
angular-ui/ng-grid
ng-grid
/
src
/
templates
/
rowTemplate.html
1 lines
•
173 B
HTML
View Raw
1
<div ng-style=
"{'cursor': row.cursor, 'z-index': col.zIndex() }"
ng-repeat=
"col in renderedColumns"
ng-
class
="
col
.
colIndex
()"
class
="
ngCell
{{col.cellClass}}
" ng-cell></div>