I am trying to get the table data I\'m working on responsive in a way which I don\'t think is possible as far as I know, unless other people here think it is?
Basica
It can be done, if all your data cells are in one row. (See @webnoob his solution )If not, you might also want to put your data in DIV elements. They can do this easily.
You have no row or column header so I assume you can easily do this, because your data obviously have no relation to it's current column or row.
As said in my comment below, the reason why I mention using something else then table is because it seems not to represent tabular data. Read more here : Why not use tables for layout in HTML?