In smartgrid, the user first sees the parent records. There is a link to the child table records on the far right for each parent record that has children.Is there a way to change the name of the child table link on the far right from default "child_Table_name" to "Click_here_to_see_details_for_this_item" ?Or is there a way to display a message near the link "Click here to see this item's details" ?thanks,
Alex Glaros
On Wednesday, March 13, 2013 8:03:34 AM UTC-7, Jim S wrote:
--
---
You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/Ft6b7SabnBM/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
can anyone point to any examples where there is a running count of detail records for each parent?Parent_one link_to_child 3 recordsParent_two link_to_child 0 recordsParent_three link_to_child 10 recordsthis is so that users don't have to click on the Parent_two link to find out there are no child records for that Parent
On Wednesday, March 13, 2013 7:08:29 AM UTC-7, software.ted wrote: