function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sherazsheraz 

hot to change the table field display as one word ?

HI,

i HAVE VISUALFORCE PAGE THAT HAS ONE TABEL AND RIGHT NOW THE title of one field display as break on the table. is there any way, i add something to table so that it display as one word and also i can change the table size smaller.

 

 example:

Type

Application

stoped

 

I want to display as like this 

Type

Application stoped

 

please help me

 

 

 

 

prady-cmprady-cm

How are you creating the table?

<apex:pageBlockTable> ?

 

You can use the columnsWidth property

A comma-separated list of the widths applied to each list column. Values can be expressed as pixels (for example, columnsWidth="100px, 100px").

 

You change the overall width of the table using width property

 

http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_pageBlockTable.htm