-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Add list reorder & delete #5595
Comments
during the reorder-drag, is it possible to make the original item hidden and show the other items moving apart like most native apps? |
Is list reordering in general not yet supported in Ionic2, or is this ticket for something more nuanced around the buttons? Sorry the question, having trouble Googling around this topic. |
@lefnire not yet supported. |
For anyone looking for an interim reorder solution, Dragula performs pretty well on mobile. Sample commit. 'Course I'll switch right over to Ionic2's solution when available. |
@brandyscarney @adamdbradley I think it makes sense to have this feature only available inside a virtual list. It already provides the foundational level to know the positions of each item. For v2, I want the other items moving apart like a native app! |
Hi, is there an estimated date that this will be released to Ionic Beta? Looking to add something like this to my project now, so knowing an eta would be much appreciated. Thanks! |
Hey @sarahhostyk, reorder has been added and will be available with the |
hey thanks @brandyscarney! Would you by chance have an approx. date for the beta 10 release? It will just help me plan out parts of my project better knowing an exact projected date. Thanks again! |
Hey @sarahhostyk, I plan on releasing beta 10 today as long as our testing goes well. :) |
Awesome, thanks @brandyscarney! |
Hi all. -----------> FOUND <-------------- Here: https://ionicframework.com/docs/v2/api/components/item/ItemReorder/ I was looking for it into "ion-list" docs. I think that a reminder would be useful. Thanks! |
Similar to v1
http://ionicframework.com/docs/api/directive/ionDeleteButton/
http://ionicframework.com/docs/api/directive/ionReorderButton/
The text was updated successfully, but these errors were encountered: