All,
I'm chasing this topic since days.
My task is to highlight a selected row/column in an interactive report.
My javascript is like this:
function Bx_Bground_Yellow(pBx){
document.getElementById('row_'+ pBx).setAttribute("style", "background-color: yellow;");
};
My column formatting:

The issue is that I just get the elements of the 1st page painted.
The code refuse to do its job over all pages.Has anybody an idea for me?
Many thanks in advance
lucio