Dortoh
Dortoh

Reputation: 5

Swipe a Table Row/Cell Left and Right

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

Answers (1)

MacBoss123541
MacBoss123541

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.

Link to Post

Upvotes: 1

Related Questions