Appearance
✨ Example of a Computed Text Field with Inline HTML
This example creates a button using a placeholder for the product_id column.
html
<button onClick="setStatus('{:product_id}', 'closed')">Close {:product_id}</button>📌 Inline HTML must be enabled for this computed field to render the HTML element correctly.
