Anom_Dkk
Anom_Dkk
FFilament
Created by Anom_Dkk on 1/17/2024 in #❓┊help
Data Not sending
No description
1 replies
FFilament
Created by Anom_Dkk on 8/20/2023 in #❓┊help
Searchable crash
values on my select not showing option value after i add searchable, this my code Select::make('company_id') ->options(Company::all()->pluck('name', 'id')) ->searchable() ->relationship(name: 'company', titleAttribute: 'name') ->createOptionForm([ Forms\Components\TextInput::make('name')->label('Company Name') ->required(), ]) ->required(),
4 replies
FFilament
Created by Anom_Dkk on 8/20/2023 in #❓┊help
error on table builder
9 replies
FFilament
Created by Anom_Dkk on 7/28/2023 in #❓┊help
edit form
how to make edit form with filament way
5 replies
FFilament
Created by Anom_Dkk on 7/18/2023 in #❓┊help
Disable Toggle Column by button
i have toggle column and i want to if i click the button click it will disable the toggle column, i have to tried to make function with button on livewire but its not working, this my code this my function to handle click public function lockdataTable() { $this->lockdata = !$this->lockdata; } this my code of the toggle column ToggleColumn::make('mengajukan_rpl')->label('Mengajukan RPL')->disabled($this->lockdata), i havent idea again, maybe someone can help me for fix my isue, thanks
10 replies
FFilament
Created by Anom_Dkk on 7/15/2023 in #❓┊help
Modal On Bulk Action
how to add modal in bulk action with customization such as editing the value on modal confirmation, or is there another alternative, please help
4 replies
FFilament
Created by Anom_Dkk on 5/18/2023 in #❓┊help
Searchable Not Working
8 replies