Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to control interactive grid columns width?

ApexMeisterJan 6 2017 — edited May 9 2017

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)

pastedImage_0.png

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

pastedImage_1.png

This post has been answered by yava on Jan 6 2017
Jump to Answer

Comments

yava
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.

Marked as Answer by ApexMeister · Sep 27 2020
John Snyders-Oracle

Essentially the same answer with more details can be found Interactive Grid column widths | HardLikeSoftware

Regards,

-John

Wolfighter

Excuse me, I don't find Actions > Columns > Minimum Columns Width nowhere. Where is it?
I'm using apex 5.1 and universal theme.

ApexMeister

pastedImage_0.png

pastedImage_1.png

Wolfighter

Ohhhh Damn! I was looking for page designer! Lol, I was getting crazy!

Very thanks, Kvsinfo!

Darko Šoš

Can we control the width (and order) of columns in design time?

John Snyders-Oracle

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

Darko Šoš

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.

Darko Šoš

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.

1 - 9
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 6 2017
Added on Jan 6 2017
9 comments
44,039 views