F
Filament7mo ago
fdelna

How to create a view page that displays all attributes from two related records?

I have created two tables: the employee table as master data and the position table. In this case, I want to create an employee detail page that displays all attributes from both tables.
1 Reply
Tim van Heugten
Tim van Heugten7mo ago
What is the relation? If position belongs to employee can’t you just do ‘position.name’ (if the view page is on the employee resource)?

Did you find this page helpful?