I am allowing a user to generate list-items through a form. As of right now, I am calling sortable() everytime i add something new to the list otherwise the newly added items aren't sortable.
Is this the only way to do this? or is there some function I'm not seeing in the API that can add an item to be sortable without having to call it on an entire list (and sublists)?