How can I add alpine plugin to my filament plugin?
I have the following js file:
blade:
However, the list doesnt sort? For some reason it seems the plugin is not applied. What am I missing?
3 Replies
This is my
app.js
in my laravel test app
Im also running npm run dev
, and elemets are stil not draggableAs outlines in the docs here:
https://filamentphp.com/docs/2.x/tables/installation#configuring-scripts
Anyone?