Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8379

Re: Column Header width

$
0
0

Hi,

 

I am not sure if anybody is still interested in this, but I had the same issue and I have solved looking into program:

Package: SBSPEXT_HTMLB

BSP: SBSPEXT_HTMLB

Page: TableViewFixedColumns.bsp

 

The key lies in setting the width in the tableViewColumn to 100.

 

            <htmlb:tableViewColumn columnName         = "carrid"

                                    fixedColumn        = "TRUE"

                                    onCellClick        = "onCellClick"

                                    verticalAlignment  = "top"

                                    edit               = "true"

                                    width              = "100"

                                    sort               = "true" />

 

Best regards,

 

Guillermo


Viewing all articles
Browse latest Browse all 8379

Trending Articles