Sorry there is not. You may better off looping
{{for row in rows:}}
... build your row ...
{{pass}}
On Nov 9, 12:37 pm, Carlos <[email protected]> wrote:
> Hi all,
>
> I'm using crud.select / SQLTABLE, and I need to show one column with
> links/actions generated dynamically based on conditions found for each
> row data.
>
> I believe I can not use 'represent' because that's linked to a single
> field only (lambda field: ...).
>
> Is there something like "lambda row: ..." where I can access all
> necessary fields for each row and show dynamic options based on each
> row data?.
>
> Can virtual fields provide the dynamic behavior I need for
> crud.select / SQLTABLE?.
>
> Any ideas?.
>
> Thanks!,
>
> Carlos