rgolekar
rgolekar

Reputation: 105

Can i use HTML tables in mobile webapps?

I am developing a web app for Android, iOS, Blackberry mobiles, using Jquery Mobile and Phonegap. My question is can i use HTML tables in that? I know jQuery mobile has grid feature for that, but for some reason its convenient for me to use tables instead of grid. So does it gonna hamper the webapp in any way? is it supported on mentioned Mobile platforms? Please help.

Upvotes: 2

Views: 119

Answers (1)

user7305
user7305

Reputation: 6001

You should use HTML tables only if your data is semantically a table, but never for layout.

Upvotes: 1

Related Questions