As the secondary table needs to be updated from the choosen entry of the first one I would suggest using something like jQuery.load to load up the table rendered from another controller that exposes the table alone without including the master.html.
On Tue, Feb 7, 2012 at 4:10 PM, Mike Driscoll <[email protected]> wrote: > Hi, > > Is there a way to create multiple Sprox tables and insert them onto one > page? I need to show data from a couple of tables in one location. For > example, say I have a Person table and I need to show another table that > lists pending cases for him and yet another table that shows other > information. Can I do that with Sprox or is it better to just hand-code some > iterator generated tables? > > Thanks, > Mike > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/turbogears/-/Ay8Ydx2DLKgJ. > 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/turbogears?hl=en. -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

