<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>I think you could do it with two do: loops, an outer iterating the message selectors and an inner iterating the objects. Then you just render a td element containing what the object responds to #perform selector. </div><div id="AppleMailSignature">Wrap the inner loop in a tr block to create table rows. </div><div id="AppleMailSignature"><br></div><div id="AppleMailSignature">If you revers the order of the loops you get the regular order of one row per object. </div><div id="AppleMailSignature"><br></div><div id="AppleMailSignature">Hth</div><div id="AppleMailSignature">Siemen </div><div id="AppleMailSignature"><br><br>Sent from my iPhone</div><div><br>On 22 Jan 2019, at 14.46, Karsten Kusche <<a href="mailto:karsten@heeg.de">karsten@heeg.de</a>> wrote:<br><br></div><blockquote type="cite"><div>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>body{font-family:Helvetica,Arial;font-size:13px}</style>


<div style="font-family:Helvetica,Arial;font-size:13px; ">Esteban,</div>
<div style="font-family:Helvetica,Arial;font-size:13px; "><br>
</div>
<div style="font-family:Helvetica,Arial;font-size:13px; ">if it’s easier to render objects per row, why not create an object for this purpose? Then you can use the new objects like you’d expect and create them from the existing objects.</div>
<div style="font-family:Helvetica,Arial;font-size:13px; "><br>
</div>
<div style="font-family:Helvetica,Arial;font-size:13px; ">Kind Regards</div>
<div style="font-family:Helvetica,Arial;font-size:13px; ">Karsten</div>
<div style="font-family:Helvetica,Arial;font-size:13px; "><br>
</div>
<br>
<div class="gmail_signature"></div>
<br>
<p class="airmail_on">Am 22. Januar 2019 um 14:42:49, Esteban Maringolo (<a href="mailto:emaringolo@gmail.com">emaringolo@gmail.com</a>) schrieb:</p>
<blockquote type="cite" class="clean_bq"><span>
<div>
<div></div>
<div>
<title></title>
<div dir="ltr">
<div>I have a list of objects and I need to render them in a transposed table, it is, one object per column instead of object per row as it would be easiest way to do it.</div>
<div><br>
</div>
<div>Did anybody create a set of utility methods to render a table this way? </div>
<div><br>
</div>
<div>Ideally without big library dependencies (I'm using Seaside to render the HTML, but the output if for reporting/email).<br>
</div>
<div><br>
</div>
<div>Thanks!</div>
<div><br>
</div>
<br clear="all">
<div>
<div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Esteban A. Maringolo</div>
</div>
</div>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div>
</div>
</span></blockquote>


</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>seaside mailing list</span><br><span><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a></span><br><span><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a></span><br></div></blockquote></body></html>