When there are a lot of ENUM and SET values, they all show up when viewing the table's structure and you end up having to scroll for a while to get to the right side of the table. I'm wondering if it would make sense to truncate them/limit the maximum cell width to 200px or something.
I'm partly also asking because when the table gets too wide for the screen, it squishes the "More" cell (under Table Actions), moving the down arrow underneath. I haven't been able to figure out what exactly is causing it and how to fix it.
Picture of what I'm talking about: http://lorilee1.files.wordpress.com/2010/07/screenshot-2.png
Lori Lee a écrit :
When there are a lot of ENUM and SET values, they all show up when viewing the table's structure and you end up having to scroll for a while to get to the right side of the table. I'm wondering if it would make sense to truncate them/limit the maximum cell width to 200px or something.
We could use $cfg['LimitChars'] for this purpose, adding an additional meaning for this directive.
What about very long column names or default values?
Hi
Dne Sat, 17 Jul 2010 10:00:21 -0400 Marc Delisle marc@infomarc.info napsal(a):
Lori Lee a écrit :
When there are a lot of ENUM and SET values, they all show up when viewing the table's structure and you end up having to scroll for a while to get to the right side of the table. I'm wondering if it would make sense to truncate them/limit the maximum cell width to 200px or something.
We could use $cfg['LimitChars'] for this purpose, adding an additional meaning for this directive.
What about very long column names or default values?
I would not truncate column names, but for enum, set and default values it might make sense.
Maybe just use
<abbr title="full text">truncated..</abbr>