I have a smartgrid set up like this:
def manage_patients():
grid = SQLFORM.smartgrid(db.patient, deletable=True, editable=True,
create=True, linked_tables=['emergencycontacts','dependents'])
return dict(grid=grid)
It displays fine but only has a view button to the far right. How do I have
the add, edit and delete buttons as well?
Thanks.
--
---
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.