freekdz
freekdz
FFilament
Created by freekdz on 8/19/2023 in #❓┊help
action make
My own page. Its in the same folder
4 replies
FFilament
Created by freekdz on 8/17/2023 in #❓┊help
$table->contentGrid()
thanks its work
8 replies
FFilament
Created by freekdz on 8/17/2023 in #❓┊help
$table->contentGrid()
I must do it inside the column ?
8 replies
FFilament
Created by freekdz on 8/17/2023 in #❓┊help
$table->contentGrid()
public static function table(Table $table): Table { return $table ->contentGrid([ 'md' => 2, 'xl' => 3, ]) ->columns([ TextColumn::make('code')->sortable() ->searchable(), ImageColumn::make('image') ->disk('public_uploads') ->label('Photo') ->width(100) ->height(100) ->defaultImageUrl(url('images/default-boardtypes.png')), TextColumn::make('region_name')->sortable() ->searchable() ->label('Region'), TextColumn::make('ville_name')->sortable() ->searchable() ->label('Ville - Commune') ->description(fn ($record) => ' ' . $record->commune_name .' ' ), TextColumn::make('adresse') ->searchable() ->label('Adresse'), TextColumn::make('type')->sortable() ->searchable() ->label('Type'), TextColumn::make('face')->sortable() ->label('Face') ->description(fn ($record) => ' ' . $record->libre .' ' ), ])
8 replies
FFilament
Created by Ansori on 3/20/2023 in #❓┊help
Is it possible to add navigation on top?
can add button on the top?
17 replies
FFilament
Created by freekdz on 8/15/2023 in #❓┊help
form and table view
I am novice i try to learn make api
15 replies
FFilament
Created by freekdz on 8/15/2023 in #❓┊help
form and table view
How can store the state in livewire component please ?
15 replies
FFilament
Created by freekdz on 8/15/2023 in #❓┊help
form and table view
Yes
15 replies
FFilament
Created by freekdz on 8/15/2023 in #❓┊help
form and table view
I must create action button to do it ? To have the 2 views possibilities ?
15 replies
FFilament
Created by freekdz on 8/15/2023 in #❓┊help
form and table view
Because I clause the other I think it’s more clear to explain what I want to do
15 replies
FFilament
Created by freekdz on 8/14/2023 in #❓┊help
add input to form
not work inside a function
14 replies
FFilament
Created by freekdz on 8/14/2023 in #❓┊help
add input to form
how do it please?
14 replies
FFilament
Created by freekdz on 8/14/2023 in #❓┊help
add input to form
14 replies
FFilament
Created by freekdz on 8/14/2023 in #❓┊help
add input to form
i update it its correct now?
14 replies
FFilament
Created by freekdz on 8/14/2023 in #❓┊help
add input to form
Ok sorry for this i will modify this and delete screenshot
14 replies
FFilament
Created by freekdz on 8/14/2023 in #❓┊help
add input to form
I must use GitHub?
14 replies
FFilament
Created by freekdz on 8/13/2023 in #❓┊help
checkbox multiple view
no one have idea please
3 replies
FFilament
Created by freekdz on 8/13/2023 in #❓┊help
getdomains probleme
i use composer update and now it work
4 replies