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

GroupCellPipe

Decorators:@Pipe
Implements:PipeTransform

Used to render group row label 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(val: any, formatter: CellFormatter): any;
Parameters
NameTypeDescription
val
any
formatter
CellFormatter
Returns

any