Daniel John Debrunner wrote:
Satheesh Bandaram wrote:
May be JDBCDisplayUtil could use setMinDisplayWidth() and
implementation, much like what it already supports using
setMaxDisplayWidth(). IJ currently uses this setMaxDisplayWidth() to
support 'maximumDisplayWidth <num>' directive.
Or rather than another configuration parameter, just by default make
the column width big enough to display the column's display name.
So the display width would be:
MAX(column display name width, column width)
Dan.
The other alternative would be a property, something like
"fullNameDisplay" that would fully display all of the column names
without any extra spaces. If the property is not set the default ij
functionality is maintained.
Philip