Features
Row Detail

Row Detail

The Row Detail sidebar opens on the right side of the app when you select a row in the Data Grid. It displays all columns of that row in a vertical, readable layout — one field per line.

Opening Row Detail

  • Click any row in the Data Grid to select it → Row Detail opens automatically on the right
  • Press F4 to toggle the sidebar without deselecting the row
  • Or right-click a row → Open in Row Detail

What's Shown

Each field is displayed as:

column_name
──────────────
value
  • Long text (e.g. TEXT, JSON, JSONB, XML) is shown in full — no truncation
  • JSON / JSONB values are syntax-highlighted and formatted with indentation
  • NULL values show the NULL badge
  • Timestamps show both local time and raw UTC

Navigating Rows

With Row Detail open, use the Up / Down arrow buttons at the top of the sidebar (or / keyboard arrows while the sidebar has focus) to move through the result set without closing the panel.

Editing from Row Detail

Row Detail is a read-only view. To edit a value, click Copy as UPDATE — Zentro generates an UPDATE statement pre-filled with the row's primary key and all current values, pasted into the active editor tab.

Copying Individual Fields

Hover any field in Row Detail → a copy icon appears. Click it to copy the raw value (no surrounding quotes or formatting).

For JSON fields, a Format & Copy option copies the value pretty-printed.

Pinning Row Detail

By default, Row Detail closes when you click elsewhere. Click the Pin icon in the sidebar header to keep it open while you interact with the rest of the app. Pinned Row Detail updates when you select a different row.