my solution https://github.com/dz0/web2py_grand_helpers/blob/72910a0b82e7e50de6d09b635cfd7855f85abc65/plugins/controllers/plugin_AnySQLFORM.py#L544
2017-03-05 09:23 "Jurgis Pralgauskis" <[email protected]> rašė: > Sorry for no example. I want sth like: > > dbset.smart_select(field1, *vfield2*, field3) > > And get the corresponding row structure (without extra actions). > > And > field3.readable = False > could hide it in final structure. > > > > 2017-03-05 00:39 "Anthony" <[email protected]> rašė: > >> On Saturday, March 4, 2017 at 6:15:29 AM UTC-5, Jurgis Pralgauskis wrote: >>> >>> Hi, >>> >>> I would like to have SQLFORM.grid behaviour for VirtualField, but I >>> want get rows instead of TABLE. >>> >>> And grid doesn't fit my needs, as it doesn't let Expression >>> <https://github.com/web2py/web2py/issues/1553>... and I don't >>> neceserrily need represented values, but raw instead.. >>> >>> So what's the best way to hack it? >>> >> >> It's not quite clear what your requirements are, so hard to say. >> >> -- >> Resources: >> - http://web2py.com >> - http://web2py.com/book (Documentation) >> - http://github.com/web2py/web2py (Source code) >> - https://code.google.com/p/web2py/issues/list (Report Issues) >> --- >> 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/to >> pic/web2py/jilgqy_HMHQ/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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/d/optout.

