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
|
Returns
|
getTickedRowsAsSignal() |
---|
Get list of ticked rows as signal |
Presentation
|
Returns
|
isTicked() | ||||||
---|---|---|---|---|---|---|
Check if passed row is ticked. | ||||||
Presentation
| ||||||
Parameters
Returns
|
setTicked() | |||||||||
---|---|---|---|---|---|---|---|---|---|
Set passed row to be ticked/unticked. | |||||||||
Presentation
| |||||||||
Parameters
Returns
|
setTickedAll() | ||||||
---|---|---|---|---|---|---|
Set all rows to be ticked / unticked. RowGroup can't be ticked. | ||||||
Presentation
| ||||||
Parameters
Returns
|
setTickedByRowIndex() | |||||||||
---|---|---|---|---|---|---|---|---|---|
Tick or untick row by row index. RowGroup can't be ticked. | |||||||||
Presentation
| |||||||||
Parameters
Returns
|