jouni.i
jouni.i
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
4 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
table row grouping by BelongsToMany
public static function table(Table $table): Table { return $table ->columns([ Tables\Columns\TextColumn::make('name'), Tables\Columns\TextColumn::make('purchase_date'), Tables\Columns\TextColumn::make('sno'), Tables\Columns\TextColumn::make('status') ]) ->filters([ // ]) ->actions([ Tables\Actions\ViewAction::make(), Tables\Actions\EditAction::make(), ]) ->bulkActions([ Tables\Actions\BulkActionGroup::make([ Tables\Actions\DeleteBulkAction::make(), ]), ]) ->groups([ Tables\Grouping\Group::make('group.name')->label(__('Group')), ]); } row group not show, can some tell where is issue?
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
FFilament
Created by jouni.i on 8/25/2023 in #❓┊help
Infolist TextEntry label
How to change label font-weight ?
12 replies
FFilament
Created by jouni.i on 8/4/2023 in #❓┊help
hasAvatars other model
is it possible to use hasAvatars other models, example Customers or Author? i try to add that Customers I couldn't get it to work
3 replies