TableView with collapsable/extendable cells

Using the basic TableView as in the test, I’m not able to perform an extendable action when touching the cell.
I’d like to show more infos about the cell touched. Similarly, I’d like to collapse it when touch again.
Do you have some suggestion/sniplet to help me?
I’ve found this approach, but this is XCode and I only use C++ (https://github.com/liuminqian/SvpplyTable).

Edit: this is another one in XCode (https://github.com/zhijie/ExpandableTableView).

Any news? Is this possible using cocos2.2.3?

The effect must be similar as folder explorer tree?

Tips:
Why no use two tables?
One with containers and other with the child elements?

To change the size of cell at touch time… mmm… try to reload the data? (dirty)