I'm working on something EXACTLY like this right now, only my problem is I want
to be able to drag/drop table rows.
I've only seen IE only solutions. No good here, so I was going to write my
own. Wonder if it's not just easier to build a list like this... and create a
new table/row for each list item and just drag/drop that way. Hmmm...
I use a bunch of functionality that uses a hidden iframe as a controller to
send URL's back to the server when something is done (like clicking on a delete
document link). I'd probably just call an agent with a bunch of parameters
identifying the changes to the sort order, so no need for ajax.
I'm working on something EXACTLY like this right now, only my problem is I want to be able to drag/drop table rows.
I've only seen IE only solutions. No good here, so I was going to write my own. Wonder if it's not just easier to build a list like this... and create a new table/row for each list item and just drag/drop that way. Hmmm...
I use a bunch of functionality that uses a hidden iframe as a controller to send URL's back to the server when something is done (like clicking on a delete document link). I'd probably just call an agent with a bunch of parameters identifying the changes to the sort order, so no need for ajax.