exyjerome / sql-buddy

Automatically exported from code.google.com/p/sql-buddy
MIT License
0 stars 0 forks source link

Set the width of tables dynamically #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The width of the columns is set to a fixed value, which often wastes a lot
of space.

Could you adjust this size to a minmum according to the content of the columns?

Thanks

Original issue reported on code.google.com by phlo...@gmail.com on 1 Nov 2008 at 6:14

GoogleCodeExporter commented 8 years ago
+1 for this. Numeric and date fields are several times larger than they need to 
be.

I've also noticed a related issue: on long text fields, the text is truncated 
to 66
characters (weird number) with [...] after it. However, this is rarely visible,
because the column width is too small for those fields.

Am I right in thinking the problem occurs because of the table header? It looks 
like
it's not part of the data table itself, meaning you can't rely on auto column 
widths.
Not sure if there is a clear fix for that, aside from always using one table.

Original comment by scott.vi...@gmail.com on 5 Jul 2009 at 10:54

GoogleCodeExporter commented 8 years ago
This is a simple change that would _greatly_ increase productivity. Right now I 
have
to scroll horizontally on most tables which takes a lot of time (while in 
phpMyAdmin
most tables are fully visible).

Apart from this I really love sql-buddy!

Original comment by kos...@chatzi.org on 8 May 2010 at 1:19