Skip to main content
Version: latest

CustomTableElementFormatter<T>

Interface

Type parameters

NameType
Textends TableFormatterInputValues = TableFormatterInputValues

Properties

formatElement

Optional

Formatter to generate HTML element

Type

CustomTableFormatElementFunction<T>


formatText

Formatter to generate text. Return an empty string if you don't need to display this

Type

TableFormatTextFunction<T>


isPriceFormatterNeeded

Optional

Allow usage of priceFormatter

Type

boolean


name

Custom formatter name

Type

FormatterName