removeColumn(i, [new_order])
Class: Table.
Description:
Removes a column at specified index. Also data at that column index for each row will also be removed.
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
|
|
number |
Index of the column to remove. |
|
|
|
boolean |
false |
Should the index be interpreted as a new sorted order index or original order. Default is |
Returns:
Returns this Table instance for method chaining.
Type: Table
