fires when the width of a column was changed
$$("table").attachEvent("onColumnResize", function(id,newWidth,oldWidth,user_action){ alert("New column width: " + this.getColumnConfig(id).width ); });