I followed the steps that are in https://filamentphp.com/docs/3.x/tables/adding-a-table-to-a-livewire-component to create a filement table inside a livewire component. I tried both ways, from terminal with livewire:make and making a route in web.php. When i render the page it seems like the javascript and css is not working (wire:click does not make request to server). I don't get any errors in the console and nothing is being done in the network tab. This is what is shown in the view