select method
Last updated: 8/31/2026
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>