I'm struggling to create some view with sortable elements in it.
What I'm looking for is to have some elements, like 1-5 in one row, so that I can then drag them left and right and rearrange them, while also adding and deleting.
Like this, first row (1 2 3 4): jQuery sortable
Inside these elements I want to have a view, like some more controls, and changeable items. TableViews seem to only sort vertically, and the CollectionView doesn't really do that either, as far as I know.
Are there any implementations where I could have a look? What would be the approach here?
Thanks in advance! Chris