Newer
Older
ubFramework / Portal / docroot / js / plugins / nggrid / src / templates / rowTemplate.html
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 149 bytes Cleaning Up Making It A Sub Module
<div ng-style="{ 'cursor': row.cursor }" ng-repeat="col in renderedColumns" ng-class="col.colIndex()" class="ngCell {{col.cellClass}}" ng-cell></div>