Hi,
I have placed the output of the report in a 5 panel layout with a top, right, left, center and button panel using some javascript. The report is in the center panel and hence does not scroll from the top of the screen. Sticky Headers no longer works in this setup. I have done some research and it looks like you can add a fixed offset to stickyTableHeaders using $('table').stickyTableHeaders({fixedOffset: $('#header')});. Is there some way in myDBR to use this javascript to have the sticky header reference itself to another object on the page rather than the top of the page. Or if not is there a way to add a fixed offset from the top of the page?
Thanks