> - - Create your own "table-plus" with your own helper. Just enclose a
> manual table with a div class="table-plus" and you'll get the looks
> and it'll probably much faster.
>

There's a nice intermediate step here that will get you most of the
speed up without much of the work.

Rather than:

<table-plus fields="foo,bar">
  <foo-view:>a</foo-view:>
  <bar-view:>b</bar-view:>
</table-plus>

Do:

<table-plus fields="foo,bar">
  <tr:>
    <td>a</td>
    <td>b</td>
  </tr:>
</table-plus>

cheers,
Bryan

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to