import { Table } from "https://dotland.deno.dev/x/cliffy@v0.19.1/table/mod.ts";
Table representation.
Methods
fromJson(rows: IDataRow[]): this
Read data from an array of json objects. An object represents a row and each property a column.
Static Methods
Create a new table. If rows is a table, all rows and options of the table will be copied to the new table.
fromJson(rows: IDataRow[]): Table
Create a new table from an array of json objects. An object represents a row and each property a column.