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

RowStylingPipe

Decorators:@Pipe
Implements:PipeTransform

Used to wrap RowOptions.rowClass() and RowOptions.rowStyle methods to get the benefit of angular pipe memoization. It increase the table rendering performance

Methods

transform()

implements PipeTransform

No documentation has been provided.

Presentation
transform(row: any, f?: Function | undefined): any;
Parameters
NameTypeDescription
row
any
f
Function | undefined
Returns

any