COLUMN TYPE / RATING
RAW DATA · numberRating columns.
Stars and score with configurable maximum and step.
01Render
Stars and score with configurable maximum and step.
02Filter
Click Filter and configure this column.
03Edit
Double-click a value to change it.
INTERACTIVE EXAMPLE
Try rating in context
Drag the rating slider.
Preparing interactive table…
QUICK START
const columns: GridColumn<Row>[] = [
{
key: 'rating',
title: 'Rating',
kind: 'rating',
editable: true,
cellOptions: {"ratingMax":5,"ratingStep":0.5},
},
]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