Skip to content

Setting.addDisplayValue method

Setting › addDisplayValue

Official

Add a read-only display value to the row. On a navigable row, this surfaces the value edited on the page the row opens, so the user can see it without opening that page.

Signature:

addDisplayValue(cb: (component: DisplayValueComponent) => any): this

Parameters:

Parameter Type Description
cb (component: DisplayValueComponent) => any

Returns: this

Since: 1.13.1