Skip to content
New issue

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

Allow multiple connected sortables on single page #5

Closed
kartik-v opened this issue Feb 1, 2015 · 0 comments
Closed

Allow multiple connected sortables on single page #5

kartik-v opened this issue Feb 1, 2015 · 0 comments

Comments

@kartik-v
Copy link
Owner

kartik-v commented Feb 1, 2015

Enhance the connected property to be a string or boolean and thus allow multiple groups of connected sortables on the page. With this enhancement, the connected property will follow these rules:

  • if set to false or null/empty, this widget will not be connected to any other sortable widget.
  • if set to true, this widget will be connected to all other sortable widgets on the page with connected property set to true.
  • if set to a string, this widget will be connected with other sortable widgets matching the same connected string value.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant