|
| ||||
Big tables are a nightmare for users trying to view them on the small screens of mobile device screen. But if you are careful, you can use tables to good effect in some situations.
Tables in HTML have several advantages that you are probably used to taking advantage of in desktop web design:
Disadvantages of tablesTables also have distinct disadvantages on mobile devices:
Guidelines for using tablesWhenever you are considering using a table, ask yourself these questions:
Consider alternative ways of presenting the same content. For example, you may have a table of names addresses and phone numbers. It's laid out with one row per person. This information would be better presented on a small screen in one "column" of regular text (with a If the content looks best in tabular form, would it work just as well to render it with a fixed width font, with "columns" of data aligned by filling the space in between with the appropriate number of spaces? The | ||||
|
