Interactive Report Big text Columns
yetiJun 15 2012 — edited Jun 19 2012a customer asked me, if it was passible, to put 2 big text columns next to each other, without changing the hight of the rows. hw wants to see all the date in almost one (or maybe 2 or 3 rows)
i know the look an feel of a very wide table is not handy nor is it nice. but costomer wants to see ist.
is ther any template in the "builder" theme which allows a wide table, wider than the screen resolution using horizontal scoll bars?
i provided a demo here apex.oracle.com/pls/apex/f?p=48245:5:
i already tried to use this to get a wider colum, but no change. anly i use a smaller width, for example 10px, the column will shrink, but never expand wider then 500px.
<pre>
<style>
table.apexir_WORKSHEET_DATA td[headers="AUFGABE"] {
_width: 500px;
min-width: 50px;
max-width: 500px }
</style>
</p>
regards
peter
Edited by: yeti on 15.06.2012 13:24