import { cliffy } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts";
const { Table } = cliffy;
Read data from an array of json objects. An object represents a row and each property a column.
Parameters
rows: IDataRow[]
Array of objects.
import { cliffy } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts";
const { Table } = cliffy;
Read data from an array of json objects. An object represents a row and each property a column.
Array of objects.