Coreor / DataTableDuration
Interactive demo Documentation GitHub
COLUMN TYPE / DURATION

Duration columns.

Human-readable time stored and filtered in seconds.

RAW DATA · seconds
01Render

Human-readable time stored and filtered in seconds.

02Filter

Click Filter and configure this column.

03Edit

Double-click a value to change it.

INTERACTIVE EXAMPLE

Try duration in context

Use a seconds range, then edit a duration.

Preparing interactive table…
QUICK START
const columns: GridColumn<Row>[] = [
  {
    key: 'duration',
    title: 'Time spent',
    kind: 'duration',
    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