Hello,
I have a table whose data looks like this:
<tbody>
Salesman Name
Tables
Ladders
Chairs
John
5
John
10
John
9
</tbody>
I would like to flatten it so that the table reads like the below and remove the repetition of the key column.
<tbody>
Salesman Name
Tables
Ladders...