Discussions
Categories
- 196.8K All Categories
- 2.2K Data
- 238 Big Data Appliance
- 1.9K Data Science
- 450.3K Databases
- 221.7K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 550 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 544 SQLcl
- 4K SQL Developer Data Modeler
- 187K SQL & PL/SQL
- 21.3K SQL Developer
- 295.8K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.5K Development Tools
- 107 DevOps
- 3.1K QA/Testing
- 646K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 154 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 18 Java Essentials
- 160 Java 8 Questions
- 86K Java Programming
- 80 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 437 LiveLabs
- 38 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 232 Portuguese
How to control interactive grid columns width?

I'm using apex 5.1, universal theme and 11g DB.
I created an interactive report and I tried below but its still not setting it correctly. Its showing scrollbar even if there are tons of space available (see sample below)
1. width (see below)
2. I tried manually setting the width in IG and save the report
Below the bank is only 10 characters and its displaying a scrollbar, thanks
Best Answer
-
Hello, kvsinfo!
I have found such solution:
On IG page go to Actions -> Columns -> Minimum Column Width (Pixel) and set small values for all columns present in your grid. Then click Save Button.
And you can keep these settings for all users as: Actions -> Report -> Save.
As Developer, of course.
P.S.
Maybe there are other solutions?
--
Best regards, yava.
Answers
-
Hello, kvsinfo!
I have found such solution:
On IG page go to Actions -> Columns -> Minimum Column Width (Pixel) and set small values for all columns present in your grid. Then click Save Button.
And you can keep these settings for all users as: Actions -> Report -> Save.
As Developer, of course.
P.S.
Maybe there are other solutions?
--
Best regards, yava.
-
Essentially the same answer with more details can be found Interactive Grid column widths | HardLikeSoftware
Regards,
-John
-
Excuse me, I don't find Actions > Columns > Minimum Columns Width nowhere. Where is it?
I'm using apex 5.1 and universal theme. -
-
Ohhhh Damn! I was looking for page designer! Lol, I was getting crazy!
Very thanks, Kvsinfo!
-
Can we control the width (and order) of columns in design time?
-
f14350f3-4932-4e8a-83a6-b8692daaf2b5 wrote:Can we control the width (and order) of columns in design time?
No. Just like IR and column order or any other report setting. All report settings need to be set as the default report by the developer by running the page. This has lead to some confusion but once you understand that column widths are just another report setting it should make sense.
Regards,
-John
-
Thanks for the reply John.
Although I didn't understand all of it. Can you please explain "All report settings need to be set as the default report by the developer by running the page"?
So I should run the report, do the changes (as explained earlier) and than then save my changes as default? I'm not sure how to do that And where those changes are actually saved?
Thanks,
Darko.
-
Ok, maybe I've got it We're talking about the classic report here and it make sense to adjust it in run-time and then save it.
But I have an Interactive grid report that have "edit column" with clickable icon which leads to editing page (I've made it using wizard)
Regards,
Darko.