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!

IG: Change row height

Evie-OracleApr 19 2017 — edited May 3 2017

Hi,

In my application I need to set the rows to show the text area columns in more than one line (say 3 lines). Just like it was (is) possible with Tabular Form

I was able to change the row height using inline css, example:

#emp_ig.a-GV-cell {

    height: 60px;

}

However this still only shows the text area column contents in one single line, despite the row height is increased.

In Interactive Grid column widths – HardLikeSoftware   there was a mention that this should be possible, so I am seeking advice how this can be achieved.

Is there a column property (what?) that can be set to this effect?

thanks in advance

Evelina

This post has been answered by John Snyders-Oracle on May 3 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 31 2017
Added on Apr 19 2017
8 comments
4,819 views