I need tables that scale to mobile devices.
- CSS only, no JS.
- I want the design to have implicit columns, so large, complex tables look neat. When i hacked this together i used colspan and "table" but i cant make it scale to mobile screens and, well, if im redoing it i might as well use something cleverer people than me designed.
- I dont care if this is implemented with or .
- I want it to be simple. As in not bloated
- When my mediaquery detect a thin screen i want my "table" to collapse into one column only. Its good enough.
I guess my problem is that i have insufficient knowledge of layouts, block, inline, float etcetera. Ive looked into the 960 system. I like the idea but its bloated and its about pagedesign rather than tabledesign.
Basically, i could hack something together. But im looking for a modus operandi that exists out there. I believe there is a good design in use, i just cant find it. To present a table of data must be a common task, no?