Coreor / DataTableProgress
Interactive demo Documentation GitHub
COLUMN TYPE / PROGRESS

Progress columns.

Accessible meter with a bounded numeric editor.

RAW DATA · number
01Render

Accessible meter with a bounded numeric editor.

02Filter

Click Filter and configure this column.

03Edit

Double-click a value to change it.

INTERACTIVE EXAMPLE

Try progress in context

Double-click to move the slider.

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