In these days of css vs tables, when laying out data, at what point would you start using tables?
For instance, I have a set of data which is 10 rows by 4 columns, the data is loaded dynamically, but will always be those dimensions.
Would you use tables, or divs? At what dimensions do you think "I'll use a table for this" or "I'll use a load of divs" etc..
These entire rest of my site has zero tables.
For instance, I have a set of data which is 10 rows by 4 columns, the data is loaded dynamically, but will always be those dimensions.
Would you use tables, or divs? At what dimensions do you think "I'll use a table for this" or "I'll use a load of divs" etc..
These entire rest of my site has zero tables.