Module

x/fluentci/deps.ts>Table#column

This is the command line interface for FluentCI.
Go to Latest
method Table.prototype.column
import { Table } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts";

Set column options by index.

Parameters

index: number

The column index.

column: Column | ColumnOptions

Column or column options.