import { TableLayout } from "https://deno.land/x/cliffy@v0.17.0/table/layout.ts";
Generates table layout including row and col span, converts all none Cell/Row values to Cell's and Row's and returns the layout rendering settings.
x/cliffy/table/layout.ts>TableLayout#createLayout
import { TableLayout } from "https://deno.land/x/cliffy@v0.17.0/table/layout.ts";
Generates table layout including row and col span, converts all none Cell/Row values to Cell's and Row's and returns the layout rendering settings.