Hi all,
I am working on reordering feature of ionic.
its working in that case we have reorder button on the top of the header and after tapping reorder button all rows in the list will be active for reordering but now i have to implement this thing in some different way that when i will click on any particular row only that row should be active for reordering with any other rows.
lets take an example:
http://codepen.io/mhartington/pen/csmqJ
in this all row is active for reordering but I want that only third will be active for reorder.
So on tapping a particular row i have to reorder that row only, can you please tell me how it will possible?
Thanks in advance