Searched refs:cell (Results 1 – 12 of 12) sorted by relevance
1 .mat-header-cell {5 .mat-cell {
71 .cell {76 .inner-cell {80 .outer-cell {
21 .table-header-cell {26 .table-header-cell:hover {102 .legend-header-cell {
99 .legend-header-cell {
10 .mat-header-cell {18 .mat-cell {
199 return row.map(function(cell, j) {200 if (j == 0) return cell;201 return moment().renderTime(cell);207 return row.map(function(cell, j) {208 if (j == 0) return cell;209 return moment().renderDuration(cell);222 headerCell : 'table-header-cell'
362 String cell = row.isNull(colIndex) ? "" : row.getString(colIndex); in printJsonTable() local366 int padLength = columnLength.get(colIndex) - cell.length(); in printJsonTable()370 sb.append(cell); in printJsonTable()
138 extra_rows.append([self.console.FormatString(cell)139 for cell in row.split(",")])
124 /* Test cell details */
256 // as BigTable for example recommends < 10 MB for each record cell.