Hide the drilldown filters in a drilldown report

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
latolap
User
Posts: 85

Hide the drilldown filters in a drilldown report

Post by latolap »

Hi, I was wondering if it’s possible to hide the drilldown filters in a drilldown report. I’ve tried using the following code in the startup scripts for the summary report for the drilldown (sales by orders in the docs), but it isn’t working:
``
$(document).ready(function() {
$('.ew-drilldown-list').hide();
});

Do you have any ideas?

Also, is it possible to modify the drilldown to show something similar to the master/detail preview instead of a popup?

arbei
User
Posts: 9284

Post by arbei »


latolap
User
Posts: 85

Post by latolap »

thanks a lot, sorry but i've not seen it!


Post Reply