Inconsistent rendering in List Views ...

Inconsistent rendering in List Views ...

I could swear there was discussion about this on the forum ... but I can't find it right now.

Currently, when you have situation (in a List View) where the ...

- Column Heading is something like Record Number
- the Values for this field are small numbers (e.g. in a range of 1 to 999)

... you end up with a very wide column ... something like this ...


Record Number
                                    14


So, the common practice is to define the Column Headings as Record<br/>Number ... so you end up with a narrower column like ...


Record
Number
                14





However, when the user clicks on one of the links labelled View ... he/she now sees ...
     |Record<br/>Number |         14|




... where | is the border in the layout.


I thought this was "on the list of things to be addressed" ... but I can't find any reference to it.


I think that when the individual record/row is being Viewed ...

a) ideally, such rendering must be consistent with what is rendered in the Column Headings

b) minimally, the ugly (as described to me by my client) <br/> tags should be replaced with a space

























Gaev