This example shows activable rows
+This example shows activable cells and rows
[rowsActivable]="true"
input property on the table to make rows activable.(rowActivate)
is emitted when row gets activated.(cellActivate)
event passes row as well as the clicked column index instead of the row
+ index. The [rowsActivable]
input is not required for the (cellActivate)
event.
+