i am wondering how to create an animation that allow users to
dynamically move table columns around. Ex.

have a table:
--------
|1| 3| 4|
-------
|3 |4 |5|
-------

if you grab the 2nd column and move it one column left:
--------
|3| 1| 4|
-------
|3 |4 |5|
-------

has anyone done this with scriptaculous or with prototype. is there a
library function  for this?

thanks,

arkady
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to