---
title: "New Components - Metric Tiles & Data Tables"
description: "KPI stat tiles with delta badges, and full data grids with headers, striping and per-column alignment. Both take fresh data on every API render."
url: "https://www.imejis.io/changelogs/metric-table-components"
image: "https://www.imejis.io/images/changelogs/metric-table-components.png"
published: "2026-07-20"
author: "imejis"
---

# New Components - Metric Tiles & Data Tables

## New Components: Metric Tiles & Data Tables

The data component family got its two most requested members. One shows a single number well. The other shows a whole grid of them.

### The metric component

A stat tile: one big formatted number, an optional label, and an up/down delta badge. Formats cover plain numbers, compact (48.3K), percent, currency with your own symbol, or raw text with a prefix/suffix. The delta badge colors itself by direction, and you can flip what "good" means: for a revenue counter up is green, for a support-ticket count you'd set down-good and a drop shows green instead.

Revenue counters, follower milestones, weekly scorecards. The number and the delta are both dynamic fields, so a scheduled job can render your Monday metrics image with zero manual work.

### The table component

A real data grid: header row, striped rows, per-column alignment, and configurable borders (all cells, horizontal rules only, or none). The `auto` alignment mode right-aligns numbers and left-aligns text per column, which is one of those tiny things that makes a table look professionally set. Header, row, and grid colors are all adjustable, and there are ready-made styles for grid borders, minimal, and dark header looks.

Feed it per render:

```http
POST https://render.imejis.io/v1/<design-id>
{ "standings.rows": [["1", "Falcons", 98], ["2", "Comets", 91]] }
```

Leaderboards, price lists, order summaries, match results. Rows and headers both swap out per request.

### Try them

Both live in the editor palette under Data. The [metric](/components/metric) and [table](/components/table) pages have interactive playgrounds, property references, and copy-paste API examples.
