import { cliffy } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts";
const { Table } = cliffy;
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.