column(i, [new_order], [column])

Class: Table.

Description:

Retrieve or updates a column at specified index.

Parameters:

Name Type Default Description

i

number

Index of the column to retrieve or update.

[new_order]

boolean

false

Should the index be interpreted as a new sorted order index or original order. Default is false.

[column]

TableColumn

An object of column properties to update in a column at specified index. To retrieve the column omit this argument.

Returns:

When retrieving the column a column object is returned, otherwise this Table instance is returned.

Type: Table | TableColumn

Also See: