You can't move column for two reasons :
1) a table is composed of rows, then each rows is composed of cells (or
columns). So, you have to proceed row by row.
2) there's no function to move a cell from one position to another.
All you
could do is to swap or permute cells.
> -----Message d'origine-----
> De : Walter Torres [mailto:walter@t...]
> Envoy=C3=A9 : jeudi 16 janvier 2003 23:44
> =C3=80 : JavaScript Objects
> Objet : [javascript_objects] RE: how to hide the coloumn
>
>
> This worked great!
>
> Now, I've been tring to figure out how to let the user MOVE a
> column from
> one position to another.
>
> After 2 years, I've given up.
>
> Any ideas?
>
> Walter