Written by

Question Nezla · May 9, 2023

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?

Thanks

Product version: Caché 2014.1

Comments

Stephen Canzano · May 10, 2023

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.

0
Nezla  May 10, 2023 to Stephen Canzano

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   

0