meteor-sortablejs
meteor-sortablejs copied to clipboard
Reactive reorderable lists.
Is there a way to make this work with client only collections without it breaking
Could you tell me what may be the cause of the problem in installing sortable js with npm command? I see this error in JSON: ``` netx:~/workspace/app (master) $ meteor...
I'm the original author of the Meteor integration integration for rubaxa:sortable. Unfortunately I don't have much time nowadays to dedicate to this project. The code though is very well documented,...
Exactly as the title says, when meteorhacks:zones is added to the project, "Error: fn.apply is not a function TypeError: fn.apply is not a function" is throw continuously upon clicking and...
is this a possibility with the current implementation of the package? I've been digging around the package, and things seem to break down when the collection name is null.
List values do not update properly when running the latest version of meteor, 1.2.1
When I reorder my list in meteor, the order fields are not updated properly. After a couple of times dragging and dropping they all end up at the same number....
Same problem as: https://github.com/RubaXa/Sortable/issues/768 My manifestation of the problem: caused by dragging and reordering an image My code: **in template** ``` {{#sortable items=images}} {{/sortable}} ``` **in helper** ``` return GalleryPhotos.find(...
In a sorted list with order numbers from (1,2 .. N), 'onSort' is amazing. It just updates the order number of items in the list. But, on removing or deleting...
Users need to be able to have some control over what the package attempts to do to their Collections. Being able to write custom onAdd functions are only so useful...