On 17 November 2011 08:57, Rahul <rahul.dhak...@gmail.com> wrote:

>
> How can I make it use existing functions (that are there by default
> SQLForm.grid) associated with View, Edit and Delete (CRUD)'s ?
>
>
Some time ago I have asked the same question and got the following answer
form simo...@gmail.com:
You can add your own buttons using:

links = [lambda row: A('Edit',_href=URL("controller","edit",
args=["update", tablename, a.id]))

and set editable, deletable, details  to False.

Regards
Johann
-- 
Because experiencing your loyal love is better than life itself,
my lips will praise you.  (Psalm 63:3)

Reply via email to