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

i

number

Index of the column to remove.

[new_order]

boolean

false

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

Returns:

Returns this Table instance for method chaining.

Type: Table