cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Column´s header in BSP e-recruiting isn't shown

Former Member
0 Likes
184

Hi everybody!

After upgrade to EHP5, all BSP application in e-recruiting look diferent. All tableView appear in the screen without the column's header's line... so no column´s title is shown.  The code for show the table is below, and despite  columnHeaderVisible = "true", the header don´t appear in the screen. 

  <htmlb:tableView id                  = "hitlisttab"

                   headerVisible       = "true"

                   headerText          = "<%= otr(paoc_rcf_ui/ext_hitlist_list) %> <%= controller->p_hits %> <%= otr(paoc_rcf_ui/hitcount) %>"

                   table               = "<%= controller->pt_disp_hitlist %>"

                   design              = "alternating"

                   footerVisible       = "true"

                   width               = "100%"

                   emptyTableText      = "<%= otr(paoc_rcf_ui/cand_no_hits) %>"

                   visibleRowCount     = "<%= controller->hits_per_page %>"

                   visibleFirstRow     = "<%= controller->visible_first_row %>"

                   sort                = "SERVER"

                   onHeaderClick       = "dummy"

                   keyColumn           = "PINST_GUID"

                   selectedRowKey      = "<%= controller->current_hitlist_line-pinst_guid %>"

                   iterator            = "<%= controller %>"

                   columnHeaderVisible = "true"

                   selectionMode       = "SINGLESELECT" />

Does someone have any idea how to show the header's column? Any suggestion can help me to get the solution. Points will be rewarded to helpful answers 😉

Best regards,

Luiza

Accepted Solutions (0)

Answers (1)

Answers (1)

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Luiza,

Please implement note 1675558 which will solve this issue.

Regards

Nicole