found from sqlhtml.py that smartgrid breadcrums displays Row Id only if
details=True:
if kwargs.get('details', True):
breadcrumbs.append(
LI(A(name, _class=trap_class(),
_href=url(args=['view', referee, id])),
SPAN(divider, _class='divider'),
_class='w2p_grid_breadcrumb_elem'))
This is not obvious to me, Can someone shed light on this logic?
Thanks,
W
--
---
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.