Reputation: 5
Attempting to have data in a table row that has multiple columns within the row only display one column in the view at a time, but moves independently from the other rows above and below it without scrolling bars. I am attempting to use swiping in a mobile platform, either HTML5, jQuery, iOS, or jQMobile; whichever is more capable.
A good example of what I'm attempting to do is how the Apple App Store looks on a mobile device...the table also still is capable of moving up and down like a normal table.
Thank you all for this community. John
Upvotes: 0
Views: 4150
Reputation: 198
You should check out the following link. I think this exactly what you are looking for am I right? This isn't a complete app store, but it is an example of horizontal table scrolling that you can use in your project. The rest will be pretty easy. I would suggest using some CSS to make it pretty.
Upvotes: 1