I've been looking at $ajax->sortable for implementing a drag-n-drop list of items, but I'm wondering if it's possible to have multiple lists and be able to drag items between those lists.
All of the data is coming from the same table, they're just being separated into different lists based on one field of the entry, so it would also need to update that field after being dropped in a new list. A good example of this scenario would be a weekly view for a to do list. This list would show my tasks for each day of the week, and I basically want to be able to update a task's due date just by dragging it from one day's column to the next day's. Any suggestions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
