daniik
daniik
FFilament
Created by daniik on 5/15/2025 in #❓┊help
Repeater open always only one item at a time
I need my repeater to always have only one item open and everything else collapsed. How can I do this?
3 replies
FFilament
Created by daniik on 4/22/2025 in #❓┊help
Two tables on page with asynchronous refresh
I need to display two tables on the same page, each with a different query. When performing an action that moves a model from one table to the other, I want the tables to update accordingly. I'm considering using two table widgets, but I'm not sure if refreshing will work correctly. From my experience, when I perform an action on a model in table1, it disappears from there as expected—but it only shows up in table2 after a full page reload. Do you have any tips on how to handle this properly?
3 replies
FFilament
Created by daniik on 8/12/2024 in #❓┊help
Register page outside the panels
Hi, I have a problem with register my custom page outside the panels and always got this error:
Unable to find component: [app.filament.livewire.pages.registration-request-page]
Unable to find component: [app.filament.livewire.pages.registration-request-page]
If I insert page into ->pages() property in one of my panels it work just fine, but then I've got this:
Method App\Filament\Livewire\Pages\RegistrationRequestPage::registerNavigationItems does not exist.
Method App\Filament\Livewire\Pages\RegistrationRequestPage::registerNavigationItems does not exist.
From this I deduce that I'm registering the page wrong, but I don't know where I should have added it when it's outside the panels. The page is similar to the registration page only it is for a different model so I used a custom page.
14 replies