using @livewireScriptConfig instead of @filamentScripts
I'm using the tables package in livewire components. I'm using an extra Alpine plugin.
So following the Livewire docs in my app.js i added
In order to not get 2 instances of Livewire i need to add
But now the loading indicator in my searchbar of my table is constantly spinning.
Am i doing something wrong?
So following the Livewire docs in my app.js i added
In order to not get 2 instances of Livewire i need to add
@livewireScriptConfig But now the loading indicator in my searchbar of my table is constantly spinning.
Am i doing something wrong?