Last date modified: 2025-Jul-02

Type Alias: ItemListFieldValueTransformFn()

ItemListFieldValueTransformFn: (content, dataItem) => any

Function used to transform an item list column into a different item before it is loaded into a viewer card instance

Parameters

content: any

dataItem: any

Returns

any

A HTML Element or string of HTML that will be used when rendering the cell value in an item list column

Return to top of the page
Feedback