What I'm trying to do here is to imitate one part of SproutCore and Cappuccino.
Do you know how Mail.app works? You click on the message, is it selected? Are you Shift + Click, all that is selected? You are Command + Click, is it added to this selection? You drag a lot, are they all selected?
Then you can drag them all to another mailbox, a small red star appears with the number of rows selected when you drag it.
Here is what I am trying to do. There are many records that will need to be sorted this way in this project, the only problem is I don’t know how I can make row tables selectable and draggable? jQuery-UI does not work with tables.
Could you help me?
source
share