Powered By Blogger

বৃহস্পতিবার, ২৭ অক্টোবর, ২০২২

Scroll bar in apex interactive report

Put this code in html header of region for vertical scrollbar

 <div style="overflow: auto; overflow-x:hidden; height: 350px; width: 650px;" > 

for both horizontal and vertical scrollbar 

<div style="overflow: auto; height: 350px; width: 550px;" 

কোন মন্তব্য নেই:

একটি মন্তব্য পোস্ট করুন

Row-level “Add” icon using a virtual column (APEX-safe)

1️⃣ Enable Insert in the Interactive Grid IG → Attributes Edit → Allowed Add Row → Yes 2️⃣ Add a New Column (Icon column) Column...