Forum OpenACS Development: Re: FYI: Group tag fix

Collapse
4: Re: FYI: Group tag fix (response to 1)
Posted by Dave Bauer on
This is the correct behavior of the group tag. It doesn't hide rows.

You can do this yourself.

<multiple name="foo">
<group column="bar">
<if @foo.groupnum@ eq 1>
do something
</if>
</group>
</multiple>