I am using a smartgrid to manage users and include a button that when selected will show a list of groups the user is a member of. I am using the latest release of web2py, v2.3.2 and when I set linked_tables=['auth_membership'] I end up with three buttons, [Auth_memberships(user_id)], [Auth_memberships(created_by)] and [Auth_memberships(created_by)]. The [Auth_memberships(user_id)] button shows the information that I want. but I only want the one button. How do I not show the other two buttons?
--

