When I double click in the resize area the rendering does
not take into account multiple lines of data. For example,
if I had
---------------+
My Name |
Is Greg |
---------------+
in a cell then the rendering for an "auto-fit" does not
take the
"Is Greg" part of the data into account. It only
"auto-fits" based
on the "My Name" part.
Greg
Logged In: YES
user_id=799736
Hi,
I discovered that the optimal width of a cell is working
correctly. It's
the small block of code that inserts "..." and/or truncates
the string
based on some cut off calculation that causes this to not work.
Basically, to make the table more Excel like I would suggest
removing
the section of code which inserts "..." and truncates based on
a cut off calculation. I did this myself and the results are
much
better and the "auto-fit" works fine.
Greg