COLUMN TYPE / URL
RAW DATA · stringURL columns.
Safe http(s) link displayed as a compact address.
01Render
Safe http(s) link displayed as a compact address.
02Filter
Click Filter and configure this column.
03Edit
Double-click a value to change it.
INTERACTIVE EXAMPLE
Try url in context
Open a URL or try an invalid edit.
Preparing interactive table…
QUICK START
const columns: GridColumn<Row>[] = [
{
key: 'website',
title: 'Website',
kind: 'url',
editable: true,
},
]ABOUT THE DATA
Raw values stay raw.
The renderer changes how a cell looks. Sorting, filtering, editing and CSV export work with the underlying value, so integrations can use stable types.
Explore feature labs