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

CellClassPipe

Decorators:@Pipe
Implements:PipeTransform

Used to wrap BaseColumn.cellClass methods to get the benefit of angular pipe memoization. It increases table rendering performance.

Methods

transform()

implements PipeTransform

No documentation has been provided.

Presentation
transform(value: any, row: any, selected: boolean, columnKey: string, tableMode: string, editingController?: PanemuTableEditingController<any> | undefined, f?: Function | undefined): any;
Parameters
NameTypeDescription
value
any
row
any
selected
boolean
columnKey
string
tableMode
string
editingController
PanemuTableEditingController<any> | undefined
f
Function | undefined
Returns

any