I don't think that's possible.

The same happens with the foreach component,
once you start iterating, you cannot skip an iteration.

Maybe you could write a helper method, which would
loop a given List and return a new List containing
only the records you need.

Chris Chiappone wrote:

I have been using the contrib:Table component a lot for the tables in
my webapp.  Its awesome how easy it is to set up.  Now I've run into
an issue that I'm not sure how to figure out.  Is there a way to not
show a row or 'continue' a row depending on a value of a field? Basically if I have a boolean field and it is set to false I want to
skip that row when viewing the table.

Thanks.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to