blessdarah
blessdarah
FFilament
Created by blessdarah on 9/19/2023 in #❓┊help
How to modify data before saving in simple modal.
I have a simple modal and I want to generate a code for the model before saving. When I add the create action to the actions list, it works from the table records which is not how I want it to work. I don't know how to modify the main create trigger on the page.
13 replies
FFilament
Created by blessdarah on 5/3/2023 in #❓┊help
To to plug attribute from preloadRecordSelect RelationManager
Is there a way to pluck out a different column from the preload function below instead of having the Id show up in the dropdown by default?
Tables\Actions\AttachAction::make()
->label('Assign instructor')
->preloadRecordSelect(),
Tables\Actions\AttachAction::make()
->label('Assign instructor')
->preloadRecordSelect(),
11 replies