moves a column to different position
//makes the "year" column first $$("mytable").moveColumn("year", 0);