Home
last modified time | relevance | path

Searched refs:ColSpanCell (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/cli-table3/src/
Dcell.js167 let spanAbove = this.cells[this.y - 1][x] instanceof Cell.ColSpanCell;
173 while (this.cells[this.y][x - i] instanceof Cell.ColSpanCell) {
217 while (cellLeft instanceof ColSpanCell) {
267 while (cellLeft instanceof ColSpanCell) {
280 class ColSpanCell { class
370 module.exports.ColSpanCell = ColSpanCell;
Dlayout-manager.js3 const { ColSpanCell, RowSpanCell } = Cell;
98 let colSpanCell = new ColSpanCell();