-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Sorting items inside grid list angular 2 material issue #60
Comments
Hi, please create a plunkr or github repo reproducing the problem |
Here is the plunkr Plnk |
I think the reason is that I couldn't manage to do that, sorry :( If you find some way to work this around or have some proposal how to fix this as a feature - please share it here |
implemented as sortablejsContainer in 3.1.0 |
I'm using angular 2 material and I had case of sorting items in grid list here, there are Array of Categories and every 3 categories in one row in grid I'm using options of { sort: true, animation: 100 }; the item can drag but not clone or drop or sort,
any help.
Reproducing:
Plnk
The text was updated successfully, but these errors were encountered: