>
>
> What if the data table's first column is not wider than the header
> table's first column?  then you'll be smushing the header....
>

in fact i was thinking to check each column headers first, and whatever
width have the data columns, to allocate the column header widths to their
respective data column.
like that what is important it to setup well only the column header width.

something like :
Column_data[i].width = Column_header[i].width  :-)

isn't it better ?

Alain

Reply via email to