Skip to main content
Module

x/cliffy/table/column.ts>ColumnOptions

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface ColumnOptions
import { type ColumnOptions } from "https://deno.land/x/cliffy@v1.0.0-rc.3/table/column.ts";

Column options.

Properties

optional
border: boolean

Enable/disable cell border.

optional
align: Direction

Cell cell alignment direction.

optional
minWidth: number

Set min column width.

optional
maxWidth: number

Set max column width.

optional
padding: number

Set cell padding.