import { Table } from "https://deno.land/x/cliffy@v1.0.0-rc.1/table/mod.ts";
Create a new table from an array of json objects. An object represents a row and each property a column.
Parameters
rows: Array<DataRow>
Array of objects.
import { Table } from "https://deno.land/x/cliffy@v1.0.0-rc.1/table/mod.ts";
Create a new table from an array of json objects. An object represents a row and each property a column.
Array of objects.