Hi there,
I'm mucking around with ABMaterial for the first time and starting to get a handle on it an enjoy it. I think I've got a reasonable handle on the grid concept but I've come across a requirement that I'm struggling with...
I would like to build a page that has a left side and a right side.
The left side contains the user input fields:
The right side contains:
Because the left side components are in the same cell, the right side table just expands as required without causing the Input and Combos to slide down the page. However, I would like to have the left hand side components in their own (vertical) cells. So my questions are:
to try and illustrate what I want:
+---------------------------------------------------------------------+
| |
| Label | Table Header | |
| Input | Row 1 | |
| Combo1 V | Row 2 | |
| Combo2 V | Row 3 | |
| | Row 4 | |
| | Row 5 | |
...
| | Table Footer | |
| |
+---------------------------------------------------------------------+
What I don't want is:
+---------------------------------------------------------------------+
| |
| Label | Table Header | |
| | Row 1 | |
| | Row 2 | |
| | Row 3 | |
| | Row 4 | |
| | Row 5 | |
...
| | Table Footer | |
| |
| Input |
| Combo1 V |
| Combo2 V |
+---------------------------------------------------------------------+
Really appreciate any advice on how to lay this out.
Thanks in advance.
I'm mucking around with ABMaterial for the first time and starting to get a handle on it an enjoy it. I think I've got a reasonable handle on the grid concept but I've come across a requirement that I'm struggling with...
I would like to build a page that has a left side and a right side.
The left side contains the user input fields:
- an ABMlabel
- an ABMInput
- an ABMCombo
- an ABMCombo
The right side contains:
- an ABMTable
Because the left side components are in the same cell, the right side table just expands as required without causing the Input and Combos to slide down the page. However, I would like to have the left hand side components in their own (vertical) cells. So my questions are:
- If placed in their own cells...will the expanding table cause the Input and Combos to slide down the page as the table expands?
- If so, is there a way to prevent this from happening, e.g. having a grid within a grid so that the left side components stay fixed in their own cells within a parent cell?
to try and illustrate what I want:
+---------------------------------------------------------------------+
| |
| Label | Table Header | |
| Input | Row 1 | |
| Combo1 V | Row 2 | |
| Combo2 V | Row 3 | |
| | Row 4 | |
| | Row 5 | |
...
| | Table Footer | |
| |
+---------------------------------------------------------------------+
What I don't want is:
+---------------------------------------------------------------------+
| |
| Label | Table Header | |
| | Row 1 | |
| | Row 2 | |
| | Row 3 | |
| | Row 4 | |
| | Row 5 | |
...
| | Table Footer | |
| |
| Input |
| Combo1 V |
| Combo2 V |
+---------------------------------------------------------------------+
Really appreciate any advice on how to lay this out.
Thanks in advance.