Livewire Table action redirect the table ?

I don't really know what to write in the table but I found this strange behavior including a livewire table into a filament resource form, does anybody knows why? I'll write a snippet but I saw that it happens with all forms.
5 Replies
Dekus
DekusOP4w ago
Dekus
DekusOP4w ago
Livewire::make(ListPayoutLevels::class, [ "payout_id" => $form->getRecord()->id, ])
Dekus
DekusOP4w ago
Probably related: https://github.com/filamentphp/filament/issues/12887 but the solutions doesn't work
GitHub
Header action of table open modal only after 2 (two) clicks · Issue...
Package filament/filament Package Version v3.2.0 Laravel Version v11.0 Livewire Version v3.4 PHP Version PHP 8.3.0 Problem description I need to click a second time to modal open. After the modal f...
Dekus
DekusOP4w ago
The problem was related to both issues: https://github.com/filamentphp/filament/issues/8924
GitHub
Table row actions not working on custom livewire page · Issue #8924...
Package filament/filament Package Version v3.0.68 Laravel Version v10.26.2 Livewire Version v3.0.5 PHP Version 8.1.19 Problem description I wanted to add a row action to a table element on a custom...
Mohamed Ayaou
Mohamed Ayaou4w ago
Yeah, it is a livewire issue too, cannot save the table between requests

Did you find this page helpful?