[web2py] Re: Grid and links

2011-10-10 Thread Massimo Di Pierro
You cannot, but open a ticket and we may add a flag for that. On Oct 10, 9:35 am, Massimiliano wrote: > Thank you Massimo, I'm aware of that. > > I was just looking for a way to show all "buttons" but "detail" only in the > detail view (the one generated from the grid) and not in the table view.

Re: [web2py] Re: Grid and links

2011-10-10 Thread Massimiliano
Thank you Massimo, I'm aware of that. I was just looking for a way to show all "buttons" but "detail" only in the detail view (the one generated from the grid) and not in the table view. -- Massimiliano On Mon, Oct 10, 2011 at 3:58 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > de

[web2py] Re: Grid and links

2011-10-10 Thread Massimo Di Pierro
def grid(query,             fields=None,             field_id=None,             left=None,             headers={},             columns=None,             orderby=None,             searchable=True,             sortable=True,             paginate=20,             deletable=True,             editable=Tr