I am trying to write some code that produces a table with filled values from a database. I understand how to fill the table with all the information. The only problem is I want to only print the name of the company once with the correspnding other rows.
The database is setup with 5 columns:
company, product, base_rate, fy_bonus, sur_charges
I want to print a table that prints the company name once and then prints the corresponding products and rates for the products.
:mad:
Thanks