I have a list of items that I need to place in a table alphabetically in two sets of columns. The goal is to insert down the left side of the table and then down the right side of the table until there are no more items in the list. This is easy enough to do in one big table, however if I reach the end of the page and go over to the next page I need to pick up where I left off on the previous page. Hopefully the image I have attached will explain what I am trying to do better. Basically I need to calculate how many table rows will fit in the available space on the first page, which will vary depending on where the table starts and then pick up on the next page. I suppose I could start at the top of a page and through trial and error determine the optimal rows per page. Any recommendations on how best to accomplish this task?
Hi there,
Thanks for your inquiry.
You can usepage columns
instead of tables which will lay this out for you automatically. If you specify two columns per page the content will flow that way and then start on the next page as you want.
Thanks,