Franco Miranda
Rendering a Table in a Livewire Component within a Modal
I'm following the example provided at https://filamentphp.com/docs/3.x/tables/adding-a-table-to-a-livewire-component, but I'm unable to display the table within a modal. When I use a route, the table functions correctly.
This works:
//web.php
//ListSolicitudesConductores:
//list-solicitudes-conductores.blade:
if I try this, work as expected in modal:
However, the following does not work with the same Livewire component and Blade template:
Thanks in advance
9 replies
Persist and save information from modal additional inputs
Hi, i'm using the admin panel and the table repeater and drop-in actions plugins by awcodes.
I am a newbie to livewire, I'm working in my 'FormResource\Pages\EditForm', I need the information added in the form of DropInAction persist and when the user has finished adding fields and their additional options, press save to save all changes to all fields in the database.
Also, how can i fill this modal inputs with the corresponding information?
php
Is this possible something possible to do? maybe there is a better approach to do this? I hope i explain myself clearly, Thanks in advance.
4 replies
'name' gone in Select multiple() after getSearchResultsUsing()
Hi everyone, I'm using Filament Admin and I have the error presented in the video.
Apparently, every time a search is done, the selected options are cleared.
I've searched and found a similar problem like mine here: https://github.com/filamentphp/filament/discussions/3079, where Ryang says that 'wire:ignore' or 'wire:ignore.self' need to be added to prevent the Alpine component being reinitialized, but I couldn't make it work through a in the Select Component.
This is my code:
The for some reason is not working, any help would be appreciated it!
The for some reason is not working, any help would be appreciated it!
4 replies