for (var i = 0; i < row.length; i++) {
            html.push(this.getCellHtml(row[i]));
        }