Skip to content

TextFieldCell

TextFieldCell<TData>(props): Element

Defined in: packages/react/src/components/fields/text/Cell.tsx:22

Text field cell component for the data-table list view.

Renders the string value of a text field. Null/undefined values show an em-dash placeholder. Values longer than 80 characters are truncated with the full text shown on hover via the title attribute.

TData extends TDocument = TDocument

CellComponentProps<TextField<{ }>, TData>

Component props

Element

The Cell Component for this field type

<TextFieldCell value={doc.title} fieldDef={titleField} row={row} />