We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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!
No branches or 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
The text was updated successfully, but these errors were encountered: