| ID | product.user_facing.dashboard_app.fleet_table |
|---|---|
| Description | Sortable / filterable device list. |
| Key | fleet_table |
| Type | component |
| Team | Apps |
| Owner | apps@iotgateway.example |
| Status | active |
| Technologies | TypeScript, React |
| Attributes | virtualized: true |
| Tags |
The Fleet Table is the operator’s primary way to find devices. It renders the whole fleet as a virtualized list that stays smooth at scale, with sorting and filtering on status, firmware and last-seen.
Virtualized by default
Only the visible rows are mounted, so the table handles very large fleets without the browser stalling.
Loads GET /fleet/summary from the BFF for the header counters (total, online,
offline, open alerts).
Operators can act on the selected device without leaving the table:
1 outgoing link
| Target object | Label | Link type | Relation | Raw id | Required | Description | |
|---|---|---|---|---|---|---|---|
| rendered in | — | links | product.user_facing.dashboard_app.shell | — | — |