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
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

