Using dot to load related data
I have a table with two foreign keys that are from the same table, how do I make that work
this just makes one column disappear can anyone help?
this just makes one column disappear can anyone help?
->columns([
TextColumn::make('employees.name')
->label('Issued By'),
TextColumn::make('employees.name')
->label('Issued To'),
])TextColumn::make('relationship1.name');
TextColumn::make('relationship2.name');