How to pass table column default value.
Fieldset::make('Logo')
->relationship('logo')
->schema([
FileUpload::make('file_location')->image()
])
I am uploading image using FileUpload, So I want to pass static value in column position_slug = 'logo'
Please help me to fix this.
6 Replies
this?
https://filamentphp.com/docs/2.x/tables/columns/text#adding-a-placeholder-if-the-cell-is-empty
Filament
Text column - Columns - Table Builder - Filament
The elegant TALL stack table builder for Laravel artisans.
No I am saying about Form Builder
you said "table column", form builder..
I'm confused and I didn't understand what does it mean π
... sorry
Sorry for that I meant to say about database "table column".
BTW I have fixed this one thing
Thank you
solved?
Yes