/t5/coldfusion-discussions/cfloop-with-tables/td-p/987318Mar 14, 2008
Mar 14, 2008
Copy link to clipboard
Copied
Hello guys. I'm trying to generate a table with results from
a query. I'm using cfloop to generate this. With on result per row
works ok. I'm a bit lost on how to generate the same table but
showing 3 results per row instead of one. I guess I have to use
nested cfloop, but how?