UntouchG
UntouchG
FFilament
Created by UntouchG on 2/1/2024 in #❓┊help
Nested/indirect relationship in EditRecord
Hello Everyone! Is it possible to set nested/indirect relationship on grid/section etc. in edit record page or I have to customize it? Example: Let's assume there are 3 tables in db 1. 'vehicle' 2. 'car' 3. 'car_details' In my case main resource is 1. 'vehicle' and there is no direct relation between 1. 'vehicle' and 3. 'car_details'. I need access to data from third table but method relationship() seems not to work with indirect relation like car.car_details so data from car_details is loaded in edit form.
Any idea?
2 replies