Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 7775

Re: How to add a tooltip to a TableView header Column

$
0
0

Hi Anji,

 

This we can achieve by using render_cell_start method. i will give brief explanation how to achieve this.

 

create one class and provide interface with the name IF_HTMLB_TABLEVIEW_ITERATOR go to each and every method activate.



then go to your table view class and create one method (ex get_iterator and exporting parameter is RR_ITERATOR type ref to if_htmlb_tableview_iterator ) double click on that method write the logic like this..

CREATE OBJECT rr_iterator TYPE cl_iccmp_do_linkheader_iterato. activate.

then go tableview.htm write like this...

<%

DATA: lr_iterator TYPE REF TO if_htmlb_tableview_iterator.

lr_iterator = controller->get_iterator( ).

%>

 

place the lr_iterator into your configcelletor iterator field..

 

tooltip.JPG

then you will get the tool tip for every field..

 

output.

tooloutput.JPG

let me know if you any doubts..

 

Thanks & Regards,

Srinivas.


Viewing all articles
Browse latest Browse all 7775

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>