I need to regularly print a 3 column table, which is not very wide, but has a lot of rows. If I print it as is, it would waste a lot of paper, and if I copy it over to excel, and then try and arrange it, it takes up a lot of my time.
I want that the table should print 3 columns on a page from the browser itself, like how I've illustrated in the image:
I need the data from the first block to continue onto the 2nd block, and similarly to the third. From there, it can break onto the next page, with the same layout. Is there any way I can achieve that?
I am ready to forego the html table, if it can be properly done with CSS.