Relations View
Link tables together to display related data without switching between views
The Relations View in JetAdmin helps you understand how your data is connected. Easily link tables using foreign key fields and explore related records without switching tabs.
Steps
Add a relation field: Open your table (for example, Tickets) and click Add Field → link to record.
Choose the related table: In the setup, select Users as the table you want to connect to.
Pick the linking field: Choose the field from Users (like
User ID
) that uniquely identifies each record.Link records: In your Tickets table, fill the new relation column with the correct User ID. Each ticket will now be linked to a user.
View related data: Click the linked user inside the cell to view that user’s details directly, no need to open the Users table separately.
Last updated
Was this helpful?