How to include external js in the filament render hook?
I’ve created a Filament render hook and passed a Livewire component inside it. Now, I want to implement drag-and-drop functionality for the table rows in the Livewire component. I’m using livewire-sortable.js for this, but it’s not working as expected. Could someone guide me on the correct placement of the livewire-sortable.js CDN to avoid unexpected errors, loading issues, or UI problems in Filament?
0 Replies