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

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

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

Create a new cell from existing cell or cell value.

Parameters

cell: ICell | null | undefined

Original cell.

row: Row

Parent row.