Is there a plan to implement drag and drop reorder for grids and lists?
Is there a plan to implement drag and drop from one list/grid to another?
@ashleydavis Drag 'n Drop features will be expored post 1.0.
:+1:
+1 this would be really cool
+1
+1
There are a slew of other plugins out there that make this pretty easy. We've used https://github.com/kamilkp/angular-sortable-view in many applications with list type drag/re-orders.
@dmackerman that's pretty cool I haven't seen that plugin yet. I'm fairly certain it's not quite the functionality that we're talking about though. That's basically just a list that can be floated to one side. What we're looking for I believe is more like http://troolee.github.io/gridstack.js/
@mikehaas763 Did you look at the grid with handles demo? That plus the placeholder demo might work.
Also cool link @dmackerman
@epelc Yep. That's what I meant by "...just a list that can be floated to one side". I'm sure it would work for many cases but not sure it's really what most people have in mind. I could be wrong. I :+1:'d this issue because it would be really nice to have the material grid be a draggable component grid but I also don't think that the functionality should be coupled to the grid. It would be better as a separate directive(s).
@mikehaas763 I get what you mean. It wouldn't work with elements being different dimensions.
@mikehaas763: Have you looked at angular-gridster?
Yep I looked at that one too and actually am using it in a project until I
can get something with better browser support going
On Tuesday, June 30, 2015, amergin [email protected] wrote:
@mikehaas763 https://github.com/mikehaas763: Have you looked at
angular-gridster https://github.com/ManifestWebDesign/angular-gridster?—
Reply to this email directly or view it on GitHub
https://github.com/angular/material/issues/2446#issuecomment-117282167.
I just looked at angular-gridster and it seems really buggy in ie11. Resizing and dragging is hit or miss.
I love the grid-list but without drag/drop support - we cannot use it in production :(
@hulyav why dont you implement your own drag/drop?
Take a look at https://github.com/bevacqua/dragula...
Drag-n-Drop (with persistence) is definitely a wishlist feature for Dialogs; but that effort will not start before the v1.0 release.
Duplicate of #1206
angular-gridster is based on a gridster.net, that is no longer supported
http://hootsuite.github.io/grid/
Resizing will be another fantastic features
+1
+1
+1
+1
+1
+1
+1
Did someone finally manage to create a sortable gridlist ? Which framework ? I'm trying with several but having issues with placeholders because of the absolute positionning of the grid-tiles. Thanx for a help if possible.
For anyone still looking for drag and drop for lists this is the best I have found: https://github.com/marceljuenemann/angular-drag-and-drop-lists
Is it working with angular material grid list component ?
+1
@dmackerman thanks it works fine with https://github.com/kamilkp/angular-sortable-view.
Most helpful comment
There are a slew of other plugins out there that make this pretty easy. We've used https://github.com/kamilkp/angular-sortable-view in many applications with list type drag/re-orders.