Hi,
I've to render a REGION in my APEX Page In the below format :
(Ignore the GRID_LINES / CELLS_BORDER_LINES as it's not required, but the ROW-COLUMN alignment has to be there)
NAME | DESCRIPTION | STATUS
| NOTES
|
---|
STAGE_1 | TEXT_FIELD | LIST_OF_VALUES | RICH_TEXT_EDITOR |
STAGE_2 | TEXT_FIELD | LIST_OF_VALUES | RICH_TEXT_EDITOR |
STAGE_3 | TEXT_FIELD | LIST_OF_VALUES | RICH_TEXT_EDITOR |
In the above SAMPLE, those fields with BOLD & BLACK are STATIC_VALUES.
The cells with RED_COLOR_TEXT are dynamic values, it has to be entered by the END_USER.
I tried to define each cells, in the above template as INDEPENDENT ITEM (s) in my page.
But when I defined each cells as independent ITEMS, the ROW-COLUMN ALIGNMENT went wrong.
Is there any way to define the position of these independent items as proper rows & columns in APEX.
Is there any attributes, which can be used to set the exact position of the ITEMS both in vertically & horizontally in an APEX Page.
Please help/advice.
Thanks,
Sachin