Is there any "simple" way to move a column?

there is no ONE-STEP way to do it, as the source order is part of the semantic on a table mark-up.
That being said , you can move ALL THE TDs FOR EACH ROW for that column so that they are in the position you need. If the table is automatically generated, you can edit the raw code so that the columns are in the order desired.