Tables… bad?
Tables… bad?
Out of context: Reply #22
- Started
- Last post
- 82 Responses
- ********0
i don't think that's true.
speaking in a client-side basis (without any db work), there are a few clever js solutions for table sorting (cell id * math) which you can never simulate with div without a heavy js file.
tables are good for lists and simple websites. div are good for hide/show but also have issues between browser if you add some interactivity between them.