Column Type: Rating
column-type-rating/example.01Loading
The rating column type turns values 1 to 5 into stars, similar to rating systems like those found in Google Maps Reviews, Netflix, Airbnb, Uber, Booking.com and so on.
Code
javascript
const columns = [
// ...
{
title: "Popularity",
type: "rating"
}
]