import { TableLayout } from "https://deno.land/x/cliffy@v0.17.0/table/layout.ts";
Render specified length of cell. Returns the rendered value and a new cell with the rest value.
Parameters
cell: Cell
Cell to render.
x/cliffy/table/layout.ts>TableLayout#renderCellValue
import { TableLayout } from "https://deno.land/x/cliffy@v0.17.0/table/layout.ts";
Render specified length of cell. Returns the rendered value and a new cell with the rest value.
Cell to render.