import { Table } from "https://deno.land/x/cliffy@v0.25.7/table/table.ts";
Table representation.
Methods
Align table content.
Enable/disable cell border.
Set border characters.
Clone table recursively with header and options.
Read data from an array of json objects. An object represents a row and each property a column.
Get table alignment.
Check if table has border.
Get table header.
Get table indentation.
Get mac col widrth.
Get min col width.
Get cell padding.
Check if table bordy has border.
Check if table header or body has border.
Check if header row has border.
Set table header.
Set table indentation.
Set max col with.
Set min col width.
Set cell padding.
Write table to stdout.
Generate table string.
Static Methods
Set global default border characters.
Create a new table. If rows is a table, all rows and options of the table will be copied to the new table.
Create a new table from an array of json objects. An object represents a row and each property a column.