Reputation: 105
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
Reputation: 6001
You should use HTML tables only if your data is semantically a table, but never for layout.
Upvotes: 1