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

x/dxx/src/lib/$deps.ts>$cliffyTable.Row.from

🚀 (Deno) enhanced executor
Latest
method $cliffyTable.Row.from
Re-export
import { $cliffyTable } from "https://deno.land/x/dxx@rf/src/lib/$deps.ts";
const { Row } = $cliffyTable;

Create a new row. If cells is a row, all cells and options of the row will be copied to the new row.

Type Parameters

optional
T extends ICell = ICell

Parameters

cells: IRow<T>

Cells or row.