select method
Information noteSTABLE.
This API is reliable and breaking changes are unlikely.
This API is reliable and breaking changes are unlikely.
select()
Selects the value in this cell.
Version history
Version state | Details |
---|---|
Introduced | 2.1 |
Parameters
None.
Example
<div class="selectable" ng-class="{'selected':cell.selected}" ng-click="cell.select($event)">{{cell.qText}}</div>