Well, you can do an <after-tr:> and add another row there.  The
context is still the same but you'll need to do all the view code for
the extra row.  I've got something like this in an app where I wanted
the relatively large body to be available with the rest of the model
info in a table.

<after-tr:>
  <tr class="scroll-window" id="#{dom_id(this)}_b">
    <td colspan="3"><view:body /></td>
  </tr>
</after-tr:>

On Sep 1, 12:40 am, munkean <[email protected]> wrote:
> kevinpfromnm,
>
> On 8月31日, 上午3時17分, kevinpfromnm <[email protected]> wrote:>[...]
> > Now, I haven't tested this so not sure how it will render but should
> > be fine.  Take out the without-page-nav if you're going to leave it
> > paginated (though the code to handle paginated totals would be pretty
> > ugly and likely not very useful).
>
> you saved my day, thank you very much.
>
> on the other hand, is there a way to change the column layout the
> table-plus in non-default way?
> say, the default is
>
> col_name1, col_name2.........
> cell_value1, cell_value2.....
> cell_value3, cell_value4......
> -------------------------------------
> subtotal1, subtotal2.......
>
> how to change to
>
>                  col_name1, col_name2
> col_nameA cell_value1, cell_value2....| subtotal1
> col_nameB cell_value3, cell_value4....| subtotal2
>
> I tried to play around with <control>, but didn't work out.
> sorry for the messy "drawing", but I guess u get the meaning.
> I know this may not be hobo specific, but really appreciates if u guys
> can shed some lights :-)
>
> --
>   munkean

-- 
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