method TableLayout.prototype.createRowimport { TableLayout } from "https://dotland.deno.dev/x/cliffy@v0.22.2/table/layout.ts"; createRow(row: IRow): Row<Cell>Create a new row from existing row or cell array. Parametersrow: IRowOriginal row. ReturnsRow<Cell>