Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SelectableRow

Allow row selection

Example

<tr
  *ngFor="let row of list2.list; let i = index;"
  selectableRow [selectableIndex]="i"
>
  <td>...</td>
</tr>

Hierarchy

  • OnInit
    • SelectableRow

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected ctrl

ctrl: Table

index

index: number = null

row index

Methods

isSelected

  • isSelected(): boolean

ngOnInit

  • ngOnInit(): void

onMouseClick

  • onMouseClick(): void

Generated using TypeDoc