I love the way web2py smartgrid creates automatic child links to referenced tables. But i can't find how to customise them.
I want to show only some of the child table links (see below). I know i can eliminate referenced tables by specifying the `linked_tables` option. And I can make my own links using the option to make new `links`. And I can use `fields` to hide columns for the main table.
But how do I hide one or more of the automatically generated child columns for the tables that *are* included in `linked_tables`?
And is it possible to change the link text?