jouni.i
jouni.i
FFilament
Created by jouni.i on 11/30/2024 in #❓┊help
Was it possible to change the slideover() modal from right to left
sometimes it would be very useful to have the modal open from left to right, for example because there may be data visible in the background that needs to be entered into the modal
7 replies
FFilament
Created by jouni.i on 9/27/2024 in #❓┊help
widget issue what that is mean ?
3 replies
FFilament
Created by jouni.i on 2/5/2024 in #❓┊help
actionGroup if use mobile if other device without group
is it possible to use action group in table if there is a small device and on a computer without action group?
2 replies
FFilament
Created by jouni.i on 1/19/2024 in #❓┊help
RepeatableEntry grouped data
No description
2 replies
FFilament
Created by jouni.i on 1/17/2024 in #❓┊help
discovery pages not work or feature ?
if panel ->path('/') or ->path('') filament not discover pages ? that is feature or bug ?
2 replies
FFilament
Created by jouni.i on 12/15/2023 in #❓┊help
is there a possibility to open create form other resource
i.e. is it possible to open the task create form after project is created?
3 replies
FFilament
Created by jouni.i on 10/17/2023 in #❓┊help
Prevent widget loading if data null
is it possible to prevent the widget from loading if the data is empty?
2 replies
FFilament
Created by jouni.i on 10/10/2023 in #❓┊help
filament 3.0.73
getRenderHookScopes does not exist. vendor/filament/filament/resources/views/components/header/index.blade.php has anyone else had the same problem?
8 replies
FFilament
Created by jouni.i on 10/9/2023 in #❓┊help
infolist tabs ->persistTabInQueryString()
https://github.com/filamentphp/filament/issues/7803 has anyone come up with a solution for this? it would be more convenient to use if you could make this work
2 replies
FFilament
Created by jouni.i on 10/6/2023 in #❓┊help
navigations and tabs multiple badge ?
is it possible to add more badges?
7 replies
FFilament
Created by jouni.i on 10/5/2023 in #❓┊help
TextColumn formatState if state if empty
how can i set default value if valid_from is empty? I would like to set the value to "not set"?
14 replies
FFilament
Created by jouni.i on 10/3/2023 in #❓┊help
ReplicateAction. How save relationship
->action(function (Medication $record, array $data) { $replica = $record->duplicate(); $replica->fill($data); if ($replica->save()) { Notification::make() ->title('Replication complete') ->success() ->send(); } now issue is relations saved field what i replicate
2 replies
FFilament
Created by jouni.i on 9/30/2023 in #❓┊help
table grid layout
is it possible to move the actionGroup button to the upper right corner?
2 replies
FFilament
Created by jouni.i on 9/24/2023 in #❓┊help
Filament\Pages\BasePage::getInfolist(): Argument #1 ($name) must be of type string, null given
No description
5 replies
FFilament
Created by jouni.i on 9/22/2023 in #❓┊help
label weight
does anybody know better solution change specific labels to bold...? ->label(function () { return new HtmlString("<span class='font-extrabold'>".__('label name').'</span>'); }),
11 replies
FFilament
Created by jouni.i on 9/20/2023 in #❓┊help
Is it possible to open a modal window with just an address
is it theoretically possible to create a url address that opens the edit modal of a certain resource.. for example https://example.test/resource/edit/{id}
2 replies
FFilament
Created by jouni.i on 9/18/2023 in #❓┊help
Filament Section if isCollapsed
How i can show section heading only if section isCollapsed?
3 replies
FFilament
Created by jouni.i on 9/12/2023 in #❓┊help
archtechx/tenancy filament v3 panel
i have issue tenancy domain test.domain.test i will try to login in i got error 419 This page has expired. someone know where is issue??
3 replies
FFilament
Created by jouni.i on 8/31/2023 in #❓┊help
Resource list page emptyStateActions action
CreateAction ->slideover() not working open create page instead modal
6 replies