I am having an issue even trying to get the idea how this can be done. Please help me if you can or suggest another way of doing it
I am using Jquery Datatables plugin to populate the table.
I have a table for Contract of a product called contracts
.A contract can have up to 20 products in it and each product is linked to 20 different BUYERS, which means there are around 400 rows of data for each CONTRACT. At some point I will have to print this information (as required). I can print it but is is not reader friendly.
So, I want to transform this table in more reader friendly way.
For example, if you see in the picture, I have three products and each product is linked with 3 Buyers . Packing Quantity refers to different types of packings it comes with. In total there are 9 rows (practically I will have min 200 rows). Can this be transformed into the table given below it? which makes it easy to read and print.
Thank you. Any help will be appreciated.