[Solved] LIMIT CELLS PER ROW IN JSP [closed]


Open and close the row by

<tr></tr>

And iterate through your rows when it reaches your desired total then break out of the loop

1

solved LIMIT CELLS PER ROW IN JSP [closed]