W Penfold
W Penfold

Reputation: 31

In Oracle APEX 5.1, is it possible to adjust the width of an interactive grid?

The application builder consistently sizes interactive grids about 10 characters wider than the screen. So the final column is always cut off, even if there is only a few columns. I've found I can set the minimum width of a column, so I've been setting the last column very wide so that the value in the column will be visible, but there must be a better way? How is Apex determining the width of the interactive grid?

Upvotes: 0

Views: 2640

Answers (1)

Littlefoot
Littlefoot

Reputation: 142743

When you run the page:

  • click the "Actions" button
  • choose "Columns"
  • set "Minimum column width (pixel)" for each column

Upvotes: 1

Related Questions