CCTableView is compatible with javascript ?

Hi, I would like to use the cc.tableview in my javascript binding game, but the Extensions on cocos2d-x javascript tests is currently disable. So, cc.tableview is working in Javascript binding ?

Thanks advance!

Sorry, it wasn’t binded.

May I ask which release is planned to have CCScrollView and CCTableView bound to JS?
Thanks.

I will try to bind them. Maybe it will be finished in next release.

Sergej Tatarincev wrote:

May I ask which release is planned to have CCScrollView and CCTableView bound to JS?
Thanks.

Hi @Sergej Tatarincev,
I have bound the CCScrollView and CCTableView to js.
Please refer to this Pull Request (https://github.com/cocos2d/cocos2d-x/pull/2015).
Could you have a try?