hi,

I'm using Polymer with Dartlang and was looking for solution for having 
multiple rows per item model 
when iterating TRs and I found that:
<table>
<tbody template repeat="{{item in items}}"> 
  <tr><td>row 1</td></tr>
  <tr><td>row 2</td></tr>
</tbody>
</table>
IS currently working fine (at least with current Dart dev Polymer version) 
and I find it super-useful.

So here comes my question: Is Polymer devs intention to support this 
construct ?

If not is there any other way to have multiple rows per model item in 
repeat template in table?

cheers,
t.k


Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/6c28a220-a1d6-4732-8fb6-f569ca8aee3d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to