Re: [web2py] Customize search results table

2011-02-21 Thread Ismael Alejandro
Anybody? What I need is the same functionality than the Display *n *Entries in powertable, but I need it as a parameter to show the info that has the selected value

[web2py] Customize search results table

2011-02-18 Thread Ialejandro
Hi everybody!! I have a new doubt, this time I'm trying to customize a table generated by a search, this is what I have: (Model) db.define_table('category', Field('name','string'),format='%(name)s') db.define_table('book', Field('name','string),