COLUMN TYPE / FILESIZE
RAW DATA · bytesFile size columns.
Human-readable size stored and filtered in bytes.
01Render
Human-readable size stored and filtered in bytes.
02Filter
Click Filter and configure this column.
03Edit
Double-click a value to change it.
INTERACTIVE EXAMPLE
Try file size in context
Edit a value in MB and inspect its CSV value.
Preparing interactive table…
QUICK START
const columns: GridColumn<Row>[] = [
{
key: 'fileSize',
title: 'Storage',
kind: 'fileSize',
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