table/src/table/table.types.ts
Type of event emitted by the Table component when the row is un-/selected by the user.
import { ITableRowSelectionChange } from '@talenra/components/table';See TableComponent
Properties |
| isSelected |
isSelected:
|
Type : boolean
|
|
Selection state of the row (selected or not) |
| row |
row:
|
Type : ITableRow
|
|
Reference to the affected row |