[rt-users] RT4 adjust column width(s)?
Christian Loos
cloos at netcologne.de
Fri Dec 14 06:49:18 EST 2012
Am 14.12.2012 03:42, schrieb Thomas Sibley:
> On 12/13/2012 04:44 PM, Tony G Palomino wrote:
>> Hi all,
>>
>> I'm looking for a way to manually specify a column width in search
>> results. I'm running RT 4.0.5 at the moment.
>>
>> I have a search which displays fields in one long row (which is what I
>> want). I don't mind if most of the fields wrap text, but it hurts my
>> eyeballs when a date field wraps such as:
>>
>> 2012-13-
>> 11
>>
>> Poked around the list archives and the wiki, but didn't see this
>> addressed. Any easy (or complicated) ways to force column widths?
>
> In your search Format, append "/STYLE:width:12em" to the column, like so:
>
> '__id__','__Subject__','__Due__/STYLE:width:12em','__Owner__'
>
> Obviously adjust 12em to the size you want. Support may vary between
> browsers for setting explicit widths on table cells.
>
> --------
> We're hiring! http://bestpractical.com/jobs
>
Maybe this one also works for you:
'__id__','__Subject__','__Due__/STYLE:white-space:nowrap','__Owner__'
Chris
More information about the rt-users
mailing list