i really can't play that
i really can't play that
FFilament
Created by i really can't play that on 11/1/2023 in #❓┊help
Form with nested repeaters with relation
No description
2 replies
FFilament
Created by i really can't play that on 10/7/2023 in #❓┊help
Response time and size
No description
10 replies
FFilament
Created by i really can't play that on 9/29/2023 in #❓┊help
Table Select update action
Hi I have a table and one of the columns is a select() with ServiceOrder status. SelectColumn::make('service_order_status_id') ->selectablePlaceholder(false) ->options(\App\Models\ServiceOrderStatus::pluck('name', 'id')) ->default(fn ($record) => $record->name) ->label('Stav') // ->disableOption([4, 5, 6]) ->disableOptionWhen(function ($value, $record) { return in_array($record->service_order_status_id, [5, 6, 7]) || $value === 7; }) I would like to add confirmation modal to this, but method like "requiresConfirmation()" is available. Any clue? Thanks!
3 replies
FFilament
Created by i really can't play that on 9/27/2023 in #❓┊help
non-native Datepicker design
Hi, I have two questions: 1. can I style date that are disabled, so they would be e.g. red instead of grey? 2. is there any chance to get previous/next month arrows instead of selectbox? (it's not user friendly) Thank you
2 replies
FFilament
Created by i really can't play that on 9/19/2023 in #❓┊help
Javascript address autocomplete
No description
6 replies