Skip to main content
Module

x/cliffy/table/layout.ts>TableLayout#spanRows

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method TableLayout.prototype.spanRows
import { TableLayout } from "https://deno.land/x/cliffy@v0.24.3/table/layout.ts";

Fills rows and cols by specified row/col span with a reference of the original cell.

Parameters

_rows: IRow[]

All table rows.

optional
rowIndex = [UNSUPPORTED]

Current row index.

optional
colIndex = [UNSUPPORTED]

Current col index.

optional
rowSpan: number[] = [UNSUPPORTED]

Current row span.

optional
colSpan = [UNSUPPORTED]

Current col span.