TickColumnClass
| Generic types: | T |
| Implements: | |
No documentation has been provided.
Constructor
No documentation has been provided. | ||||||
Presentation | ||||||
Parameters
|
Properties
| Name | Type | Description |
|---|---|---|
| __data implements | Signal<T[]> | |
| __key implements | string | undefined | |
| cellClass implements | ((value: any, row?: T | undefined) => string) | undefined | |
| cellRenderer implements | | |
| field implements | any | |
| headerRenderer implements | | |
| label implements | string | undefined | |
| selections | WritableSignal<T[]> | |
| type implements | | |
| visible implements | boolean | undefined |
Methods
getTickedRows() |
|---|
Get ticked rows |
Presentation |
ReturnsT[] |
getTickedRowsAsSignal() |
|---|
Get list of ticked rows as signal |
Presentation |
ReturnsSignal<T[]> |
isAllSelected() |
|---|
No documentation has been provided. |
Presentation |
Returnsboolean |
isTicked() | ||||||
|---|---|---|---|---|---|---|
Check if passed row is ticked. | ||||||
Presentation | ||||||
Parameters
Returnsboolean |
setTicked() | |||||||||
|---|---|---|---|---|---|---|---|---|---|
Set passed row to be ticked/unticked. | |||||||||
Presentation | |||||||||
Parameters
Returnsvoid |
setTickedAll() | ||||||
|---|---|---|---|---|---|---|
Set all rows to be ticked / unticked. RowGroup can't be ticked. | ||||||
Presentation | ||||||
Parameters
Returnsvoid |
setTickedByRowIndex() | |||||||||
|---|---|---|---|---|---|---|---|---|---|
Tick or untick row by row index. RowGroup can't be ticked. | |||||||||
Presentation | |||||||||
Parameters
Returnsvoid |

