I have already use this but this is not working 

links = [lambda row: A(TAG[''](SPAN(_class="icon icon-list"),SPAN('List', 
_class="buttontext button", _title="list")), _class="w2p_trap button btn", 
_href=URL('see_list', args=[row.id])),
             lambda row: A(TAG[''](SPAN(_class="icon 
icon-user"),SPAN('Users', _class="buttontext button", _title="CC a")), 
_class="w2p_trap button btn", _href=URL('users', args=[row.id]))]
grid = SQLFORM.grid(query, fields = fields,deletable=deletable, 
editable=editable, details = details,create=create, csv=False, orderby = 
orderby, links = links)


On Saturday, May 25, 2013 4:39:58 PM UTC+5:30, Pawan Jha wrote:
>
> Hi 
>
>  i need to customize my link with image icon so how will i do this in 
> web2py SQLFORM.grid 
>
> i am adding link to sqlform.grid 
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to