Skip to content

Instantly share code, notes, and snippets.

@JonasEriksson
Last active June 6, 2016 16:21
Show Gist options
  • Save JonasEriksson/8d7bf494ddf878855e0e58f695e2d1a7 to your computer and use it in GitHub Desktop.
Save JonasEriksson/8d7bf494ddf878855e0e58f695e2d1a7 to your computer and use it in GitHub Desktop.
If loopcount is 1 and "parallel" is set to 1, hide the current row.
<cfif session.goparallel IS 1 AND i IS 1>
hidden
</cfif>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment