-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Drag and drop support? #2446
Comments
@ashleydavis Drag 'n Drop features will be expored post 1.0. |
👍 |
+1 this would be really cool |
+1 |
1 similar comment
+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 👍'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 On Tuesday, June 30, 2015, amergin notifications@github.com wrote:
|
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... Duplicate of #1206 |
angular-gridster is based on a gridster.net, that is no longer supported Resizing will be another fantastic features |
+1 |
6 similar comments
+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. |
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?
The text was updated successfully, but these errors were encountered: