|
I'm making a page that generates a table.
You specify the number if cells, and the number if cells per row.
How should I go about finding the number of rows I'll need?
I could probably figure it out myself with a loop, but that seems a tad complicated for what I'm trying to do.
|