COLUMN TYPE / PRICE
RAW DATA · numberPrice columns.
Localized currency with raw-number filtering and totals.
01Render
Localized currency with raw-number filtering and totals.
02Filter
Click Filter and configure this column.
03Edit
Double-click a value to change it.
INTERACTIVE EXAMPLE
Try price in context
Change currency above the table.
Preparing interactive table…
QUICK START
const columns: GridColumn<Row>[] = [
{
key: 'price',
title: 'Revenue',
kind: 'price',
editable: true,
cellOptions: {"currency":"TRY","locale":"en-US"},
},
]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