CellFormatter
No documentation has been provided.
Presentation
type CellFormatter  = (
  val: any,
  rowData?: any,
  column?: BaseColumn <any>,
) => string;No documentation has been provided.
type CellFormatter  = (
  val: any,
  rowData?: any,
  column?: BaseColumn <any>,
) => string;