Getting Started
Usages
Columns
API References
ngx-panemu-table / Class

TickCellComponent

Decorators:@Component
Implements:CellComponent<any>OnInit

No documentation has been provided.

Constructor

No documentation has been provided.

Presentation
constructor(
	cdr: ChangeDetectorRef
): TickCellComponent;
Parameters
NameTypeDescription
cdr
ChangeDetectorRef

Properties

NameTypeDescription
column
implements CellComponent
PropertyColumn<any>
disabled
boolean
row
implements CellComponent
any
ticked
boolean

Methods

ngOnInit()

implements OnInit

No documentation has been provided.

Presentation
ngOnInit(): void;
Returns

void

onTick()

No documentation has been provided.

Presentation
onTick(): void;
Returns

void