I have to sort through drag-and-drop methods. I would like to know how I could use this in cakephp?
The problem is as follows: I have several records returned in a listing, I would like to drag for example, the 5th record for the 1st and make sure it is recorded in the bank with priority 1, so what was in 1st becomes 2nd and so on.
Can anyone help me with an idea of how to do it and what can I use to do this?
Thank you.