Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Create a new row from existing row or cell array.

Parameters

row: IRow

Original row.