Description:
If double-clicking for Adhoc operations are enabled to IR report in the following steps.
Place the below code in HTML Header:
<script type=”text/javascript”>
$(function(){
$(‘.apexir_WORKSHEET_DATA td’).live(‘dblclick’,function(){
$(‘#apexir_SEARCH’).val($(this).text());
gReport.search(‘SEARCH’);
});
});
</script>
Summary:
The HTML header to enable the double click in IR report.
queries?
Do drop a note by writing us at doyen.ebiz@gmail.com or use the comment section below to ask your questions.
Recent Posts