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