Open oacnqqcom opened 10 years ago
It's not possible out of the box. You would have to rewrite how slip.js finds elements before/after the current one.
https://github.com/pornel/slip/blob/a4145da90803538c546136470140f9c280864c54/slip.js#L374 etc
thanks!
Nice library!
This might be similar question but is it possible to change the axis to x? Similar to jquery.ui where you can set axis: 'x'
We love pull requests!
Hi kornel,
first of all, congratz to slip.js - works really nice.
I was wondering though if there's a way to make grid rows drag & droppable, too?
But the way, so far I've found this:http://jqueryui.com/sortable/#display-grid To arrange sortable items as a grid
How to achieve this effect on Slip.js?
thx in advance