Search code examples
oracle-apexoracle-apex-5

Tabular Forms Column Size Oracle Apex


In Oracle Apex is it possible to change the size of the columns in a tabular form? I haven't been able to find a simple way to do it, and I'm not sure if I can manipulate the CSS or not.


Solution

  • In Apex when you click on the individual column in a tabular form there is a list of different things you can do to the column itself. Under the "Appearance" or under the section "Advanced" there are places to change the width of the column different ways.

    Under Appearance there is a field for width Under Advanced there is a field for cell width

    Both of the above change the column width in different ways.

    When I asked this question I must have been looking in the wrong place.