Is sortable() and/or searchable() possible on a HasOneThrough relation?
I don't think I have asked this before...
But it is a hard one.
The setup:
- One Staff can have many positions.
- One Position has one Discipline.
- Positions have an end_date field
The question:
Is it possible to have a HasOneThrough relation work with sortable() on the StaffResource?
Relation:
Text column:
0 Replies