function colupdate(h)

%% Make the time series column take up all the extra space
colswidth0 = h.Handles.tsTable.getColumnWidth(0);
drawnow
h.Handles.tsTable.setColumnWidth(1,(h.Handles.tsTable.getTableScrollPane.getWidth-...
    colswidth0)/2-5);
h.Handles.tsTable.setColumnWidth(2,(h.Handles.tsTable.getTableScrollPane.getWidth-...
    colswidth0)/2-5);
drawnow
drawnow % 2 needed to fully process dependent column of events
