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

CellFormatter

No documentation has been provided.

Presentation

type CellFormatter = (
  val: any,
  rowData?: any,
  column?: BaseColumn<any>,
) => string;