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>
Recent Posts
