On this page
table_chart
Display Information Table — Show Tag Data in a Table on Tap
Use the Display Information Table step to show a clean two-column table of labels and values when someone taps a Kitetag — ideal for specs and part data.
**TL;DR:** Display Information Table shows the Tapper a two-column table of label/value rows — perfect for part numbers, calibration data, event details, or any structured read-only content tied to the tag.
What does it do?
It renders a titled table on the tap screen. Each row has a Name (left) and a Display Value (right). Both support KDS template placeholders, so the table can show data specific to the exact tag that was tapped.
When should you use it?
- Asset and equipment tags — serial number, last service date, manual link
- Product tags — specs, batch, calibration values
- Event tags — room, time, session details
How do you set it up?
- In the Interaction Builder, click Add Step → Display Information Table (Display Content category).
- Set an optional Table Title and Description.
- Add Table Rows: a Name and a Display Value for each. Use
{{ placeholders }}to pull per-tag values from the KDS. Drag the grip handle to reorder rows. - Set Submit Button Text to add a continue button, or leave it empty to make this the final screen.
- Publish and assign the interaction to a Kitetag Group.
Pair a [Supabase **Read**](/docs/apps/supabase-data/) step *before* this one to display values previously stored on the tag.
Next steps
- See all step types in the Interaction Builder guide.
- Learn how
{{ placeholders }}resolve in Kitetag Data Structures.
Last updated 16 May 2026, 22:33 -0700 .