I have this set of data (view table) that I built out of multiple tables.
My problem is, I can't display them in a 'horizontal' way. I searched and found several solutions but they're now outdated.
They use pivot table or crosstab query or group_concat().
So what I need as a result, the dynamic BoxName will be a column name and the price will be under each. And then the Route will be the row headers.
My Goal:
I tried manipulating the data via jQuery but I failed so my last resort is to fix the MySQL data so the jQuery display will be easy.
Any help is highly appreciated.