AlpineJS Sort Plugin is not working #4393
Unanswered
chrisvidal
asked this question in
1. Help
Replies: 3 comments 1 reply
-
No x-data |
Beta Was this translation helpful? Give feedback.
0 replies
-
I thought too but I have it in my code
it looks like AlpineJs is not running at all, I need to dig in the |
Beta Was this translation helpful? Give feedback.
0 replies
-
the js code cant be simpler import Alpine from "alpinejs";
import sort from "@alpinejs/sort";
Alpine.plugin(sort);
window.addEventListener("load", () => {}); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I implemented the Sort plugin in my project and it is not working.
I can see its not working either here for instance https://codepen.io/wshayes/pen/PqWVwR
any idea what is missing guys ? thanks
Beta Was this translation helpful? Give feedback.
All reactions