import { Table } from "https://deno.land/x/lume@v2.4.1/deps/cliffy.ts";
Create a new table from an array of json objects. An object represents a row and each property a column.
Parameters
rows: IDataRow[]
Array of objects.
import { Table } from "https://deno.land/x/lume@v2.4.1/deps/cliffy.ts";
Create a new table from an array of json objects. An object represents a row and each property a column.
Array of objects.