I’m new to Meteor and Javascript.
I’m trying to implement the sort library found here:
https://github.com/RubaXa/Sortable/tree/master/meteor
I know this is probably simple, but the simpliest invocation of the code here: {{sortable <collection|cursor|array>}}
still leaves me a bit baffled. I’ve tried passing collections like:
{{sortable PlayersList}}
but, have no idea what the output is supposed to be, or how I am supposed to handle it.
I learn by example, can someone help me out by showing me how to use the simpliest implementation of the library?
This is my first time posting on a forum in a long time. I usually can Google-Fu my way around.
Thanks!