-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
Milestone

Description
Can you please add more documentation on how to migrate usage such as
ng-cell
ng-repeat="col in renderedColumns"
ng-click="$root.getData(row.entity.rowNumber,col.field);"
or CSS elements that were used such as
ng-style="{ 'cursor': row.cursor }"
ng-class="col.colIndex()"
class="ngCell {{col.cellClass}}"
class="ngVerticalBar"
ng-style="{height: rowHeight}"
ng-class="{ ngVerticalBarVisible: !$last }"