hi, Jonathan, thank you. That's what I am trying to do now. As I have ever
used JSF and it has a table component which can designate its style to
ask it display rows as grids, I do know whether tap has such a component,
so I post this email. Still thanks for your help. Your demo helps me with
this
Have you considered a simple @For and then use CSS and display:block,
float:left to generate the positioning?
It looks like you are wanting a multi-column display of a list, rather than
a real table. Play around with
row 1
row 2
... etc.
And in css:
ul.mylist li {
display:block;