Hi,
From a database, I need to build a dynamic table that looks like this:
ITEM1 ITEM2 ITEM3 ITEM4
ITEM5 ITEM6
It is dynamic. Sometimes only there could be 1 item or more than 4 items. I have tried 2 loops but it didn't work at all. My main problem is closing and ending the rows. And if the next row is less than 3 item, it is another problem.
Sorry, I don't speak English well.
From a database, I need to build a dynamic table that looks like this:
ITEM1 ITEM2 ITEM3 ITEM4
ITEM5 ITEM6
It is dynamic. Sometimes only there could be 1 item or more than 4 items. I have tried 2 loops but it didn't work at all. My main problem is closing and ending the rows. And if the next row is less than 3 item, it is another problem.
Sorry, I don't speak English well.
Comment