Including a table view in Zen page
Hi Guys,
is there a way to include a simple table view in a Zen page without having to use &html tag, I just would like to organize my fields as attached?
.png)
Thanks
Product version: Caché 2014.1
Discussion (2)0
Comments
you could construct this with usage of <hgroup> and <vgroup> if you had a fixed number of rows.
If you had a variable number of rows you could use a tablePane where the resultset object returns the rows with the first column being the label and the second column being the cost value for items.
Thanks Stephano, Yes it's just fixed rows/Columns, I'm just looking to align my textboxes & labels as in my screenshot above so think of it as tables in HTML but I'm not sure if I can have borders using hgroup & vgroup?
Thanks