Module

x/cliffy/table.ts>Table#renderRow

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

Parameters

row: Row<Cell>
prevRow: Row<Cell> | undefined
nextRow: Row<Cell> | undefined
opts: ICalc
optional
_rowGroupIndex: number = [UNSUPPORTED]
optional
_rowIndex: number = [UNSUPPORTED]

Returns

string