How could I go about converting an HTML table (I will provide code below) into
It does seem like a crazy thing to have to do. I just wrote a jQuery plugin to do this though. Working with an old web app where we don't want to really dig into the backend code and are on a limited budget. So, just taking the data that is dumped out in tables, converting them to divs, so I can float them around, style them up and make the data look better.
The system is rending data that is not really 'tabular' data.
https://github.com/ryandoom/jquery-plugin-table-to-div
If anyone is interested in the future.