Module

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

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

Parameters

colIndex: number
row: Row<Cell>
prevRow: Row<Cell> | undefined
rowSpan: number[]
opts: IRenderSettings
optional
noBorder: boolean

Returns

string