Gregory RODRIGUES
Gregory RODRIGUES
FFilament
Created by Gregory RODRIGUES on 9/24/2024 in #❓┊help
Create new info list entry render the widget
@php
dd($entry->getWidgets());
$widgetData = $this->getWidgetData();
@endphp

<x-dynamic-component :component="$getEntryWrapperView()" :entry="$entry">
<div>
<x-filament-widgets::widgets
:data="
[
...(property_exists($this, 'filters') ? ['filters' => $this->filters] : []),
...$widgetData,
]
"
:widgets="$entry->getWidgets()"
/>
</div>
</x-dynamic-component>
@php
dd($entry->getWidgets());
$widgetData = $this->getWidgetData();
@endphp

<x-dynamic-component :component="$getEntryWrapperView()" :entry="$entry">
<div>
<x-filament-widgets::widgets
:data="
[
...(property_exists($this, 'filters') ? ['filters' => $this->filters] : []),
...$widgetData,
]
"
:widgets="$entry->getWidgets()"
/>
</div>
</x-dynamic-component>
6 replies
FFilament
Created by Gregory RODRIGUES on 9/24/2024 in #❓┊help
Create new info list entry render the widget
i want render the new widget for example :
6 replies
FFilament
Created by Gregory RODRIGUES on 9/24/2024 in #❓┊help
Create new info list entry render the widget
<?php

namespace App\Infolists\Components;

use App\Filament\Widgets\CompositorChart;
use Filament\Infolists\Components\Entry;

class InfoListWidget extends Entry
{
protected string $view = 'infolists.components.info-list-widget';

public function getWidgets(): array
{
return [
CompositorChart::class,
];
}
}
<?php

namespace App\Infolists\Components;

use App\Filament\Widgets\CompositorChart;
use Filament\Infolists\Components\Entry;

class InfoListWidget extends Entry
{
protected string $view = 'infolists.components.info-list-widget';

public function getWidgets(): array
{
return [
CompositorChart::class,
];
}
}
6 replies
FFilament
Created by Gregory RODRIGUES on 9/24/2024 in #❓┊help
Create new info list entry render the widget
and render the widget for example :
6 replies
FFilament
Created by Gregory RODRIGUES on 9/11/2024 in #❓┊help
CreateAction inside RelationManager with auto id of current ownerRecord for the form
thanks for help
5 replies
FFilament
Created by Gregory RODRIGUES on 9/11/2024 in #❓┊help
CreateAction inside RelationManager with auto id of current ownerRecord for the form
i find but it 's not exactly this process i need
5 replies
FFilament
Created by Gregory RODRIGUES on 1/31/2024 in #❓┊help
Key-value filed display reordable auto
pb of the srialization
13 replies
FFilament
Created by Gregory RODRIGUES on 1/31/2024 in #❓┊help
Key-value filed display reordable auto
the key value it's integer
13 replies
FFilament
Created by Gregory RODRIGUES on 1/31/2024 in #❓┊help
Key-value filed display reordable auto
i find the problem it's beacause the key it's integer
13 replies
FFilament
Created by Gregory RODRIGUES on 1/31/2024 in #❓┊help
Key-value filed display reordable auto
the index not respected
13 replies
FFilament
Created by Gregory RODRIGUES on 1/31/2024 in #❓┊help
Key-value filed display reordable auto
for example with the dump
13 replies
FFilament
Created by Gregory RODRIGUES on 1/31/2024 in #❓┊help
Key-value filed display reordable auto
13 replies
FFilament
Created by Gregory RODRIGUES on 1/31/2024 in #❓┊help
Key-value filed display reordable auto
yes, but i try to find the good solution, beacause it's not my speciality alpine js
13 replies
FFilament
Created by Gregory RODRIGUES on 1/31/2024 in #❓┊help
Key-value filed display reordable auto
for example you disable reordering and the display it's reordering auto on the display
13 replies
FFilament
Created by Gregory RODRIGUES on 1/31/2024 in #❓┊help
Key-value filed display reordable auto
the bug come to alpine with template sortable
13 replies
FFilament
Created by Gregory RODRIGUES on 12/12/2023 in #❓┊help
updatedActiveTab bug reset
it's better for me
5 replies
FFilament
Created by Gregory RODRIGUES on 12/12/2023 in #❓┊help
updatedActiveTab bug reset
for resetTable remplace the current resetPage
5 replies
FFilament
Created by Gregory RODRIGUES on 12/12/2023 in #❓┊help
updatedActiveTab bug reset
i fine a solution to overide the trait inside the listResource :
public function updatedActiveTab(): void
{
$this->resetTable();
}
public function updatedActiveTab(): void
{
$this->resetTable();
}
5 replies
FFilament
Created by Gregory RODRIGUES on 10/18/2023 in #❓┊help
Infolist columns doesn't works
you understand, sorry for my english
31 replies
FFilament
Created by Gregory RODRIGUES on 10/18/2023 in #❓┊help
Infolist columns doesn't works
for passe to full
31 replies