Horizontal Scrollbar on Top at Report Level (IG/IR)
scrollbar on top Interactive Report
CSS - Inline
#GRN_DTL .t-fht-thead{
overflow: auto !important;}
scrollbar on top Interactive Grid
. GRN_DTL .a-GV-w-hdr{
overflow: auto !important;}
In above both case #GRN_DTL is static id of IG and IR Report .
}
Comments
Post a Comment