tableCellAtIndex:function (table, idx) {
var cell = table.dequeueCell();
if (!cell) {
cell = new cc.TableViewCell();
//Create a small cell
var pnl_cell = this.root.getChildByName(“pnl_cell”).c
tableCellAtIndex:function (table, idx) {
var cell = table.dequeueCell();
if (!cell) {
cell = new cc.TableViewCell();
//Create a small cell
var pnl_cell = this.root.getChildByName(“pnl_cell”).c