column(i, [new_order], [column])
Class: Table.
Description:
Retrieve or updates a column at specified index.
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
|
|
number |
Index of the column to retrieve or update. |
|
|
|
boolean |
false |
Should the index be interpreted as a new sorted order index or original order. Default is |
|
|
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
