With the datatable plugin I can use

 teachers=plugin_datatable(db(db.teacher.id>0).select(),_class='datatable')
which works but is to wide and with column headers that looks ugly.

db.teacher.id.represent = lambda id:
SPAN(A('edit',_href=URL(r=request,c='default',f='edit_teacher',args=id)))

works with datatable but not with jqgrid and with plugin_wiki no data appears.

Regards
Johann

-- 
    "Be not deceived; God is not mocked: for whatsoever a
     man soweth, that shall he also reap."
                                  Galatians 6:7

Reply via email to