To add paging to a show page means modifying controller and view.  You
need to select a subset of your join (assuming it's a has_many join
model) for your view and process a paging parameter in the
controller.  Usually you'd group the two there in the controller, set
a variable for the resulting set and use that variable to show your
table.

This is unless there's been some magic way added to be able to
accomplish this task that I haven't found out about...

On Jun 18, 2:23 pm, oldlibmike <[email protected]> wrote:
> I was able to put a nice table-plus in a show page for my application,
> but the table shows every row for the currently selected record
> without any pagination. I see a page-nav parameter mentioned in the
> tag library but I don't know how to set a value.
>
> Is there an easy way to force the table to page every x rows?
> I checked the tutorials but I can't find an example.
>
> Thanks,
>  Mike
--~--~---------~--~----~------------~-------~--~----~
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