TableView with horizontal row scroll

Dear sirs,

Is it possible to develop a TableView that supports horizontal row scroll, like Sparrow e-mail client app swipe item to delete it?

Example:

http://shegeeks.net/wp-content/uploads/2012/03/swipe.png

Thank you.

Hi @mrctito@gmail.com,

Please check out the documentation on the tableView “onRowTouch” handler function. This can detect the phase of “swipeLeft” or “swipeRight”, upon which you could build your implementation.

https://docs.coronalabs.com/api/library/widget/newTableView.html
 

You might also browse the Corona Code Exchange to see if another developer has already implemented this and has posted their code for all to use.

http://code.coronalabs.com/

Best regards,

Brent

Hi @mrctito@gmail.com,

Please check out the documentation on the tableView “onRowTouch” handler function. This can detect the phase of “swipeLeft” or “swipeRight”, upon which you could build your implementation.

https://docs.coronalabs.com/api/library/widget/newTableView.html
 

You might also browse the Corona Code Exchange to see if another developer has already implemented this and has posted their code for all to use.

http://code.coronalabs.com/

Best regards,

Brent