Is it possible to make a tableview like jquery accordion?

Hi,

I want to make a tableview like this. When users press a row, the content will be displayed, and when users press it again, it will be hidden. Is it possible to do that?

Please help me or give me some hints. Thanks. :slight_smile:

I have implemented this in Corona SDK with a tableview (well, one-way accordion expansion) but it requires reloading, which causes a flicker.

One-way expansion with a scrollview would be easier because it could be done without causing flickering, but for other reasons I opted for a tableview instead.

I have implemented this in Corona SDK with a tableview (well, one-way accordion expansion) but it requires reloading, which causes a flicker.

One-way expansion with a scrollview would be easier because it could be done without causing flickering, but for other reasons I opted for a tableview instead.