Skip to content

Data tables Material

FormSyntaxUsage
Table`Colonne
Alignment`:---
Large{ .full-width }Full width.
Mini{ .mini-width align=right }Compact table.
Inlinecode, liens, icones, emojiRich cells.
| Method   | Description                          |
| -------- | ------------------------------------ |
| `GET`    | :material-check: Fetch resource      |
| `PUT`    | :material-check-all: Update resource |
| `DELETE` | :material-close: Delete resource     |

{: .mini-width align=left }

This text can remain beside a mini table when horizontal space is sufficient.
Method Description
GET Fetch resource
PUT Update resource
DELETE Delete resource

This text can remain beside a mini table when horizontal space is sufficient.

| Left  | Center  | Right |
| :---- | :-----: | ----: |
| Alpha | Running |    42 |
| Beta  | Paused  | 1 024 |
| Gamma | Done    |    12 |

{: .full-width }
Left Center Right
Alpha Running 42
Beta Paused 1 024
Gamma Done 12
| Service | Status                                   | Notes |
| ------- | ---------------------------------------- | ----- |
| API     | :material-check-circle-outline: Online   | Uses `GET /health` |
| Worker  | :material-progress-clock: Pending        | Queue is processing |
| Billing | :material-alert-circle-outline: Review   | Needs manual check |

{: .full-width-centered }
Service Status Notes
API Online Uses GET /health
Worker Pending Queue is processing
Billing Review Needs manual check