Tanstack Start
Maintenance & work ordersIssues

Issues — list & table actions

Navigate the Issues table, open a record, and use row actions.

Open the Issues list

  1. Go to /dashboard/maintenance/issues (or use your organization’s full host, for example https://your-domain/dashboard/maintenance/issues).
  2. Confirm you pass the access checks for Maintenance.

You should see a data table fed from the console’s current issue source (sample data in the reviewed build).

What the table shows

Columns include:

  • ID — issue identifier plus title preview
  • Vehicle — make and plate number
  • Category
  • Priority — styled by level (low through critical)
  • Status — badge for values such as Open, Closed, Pending, Approved, Rejected
  • Updated — last updated label from the record
  • Actions — row menu

Exact labels match what your build renders; spacing and badges follow the standard data table pattern.

Toolbar

Row navigation

  • Click a row (or the primary link provided by the table) to open Issue detail at /dashboard/maintenance/issues/:issueId.

Row actions menu

From the actions menu on a row you can:

  • Edit — opens the edit dialog with the selected issue.
  • Delete — opens the delete confirmation dialog.

Both actions operate on the in-memory list in the reviewed console, not on a verified REST API.

Empty state

When there are no rows, the table shows the standard no data empty state. Use New Issue to add your first row for the session.

On this page