removeRow(i, [new_order])

Class: Table.

Description:

Removes one row at a specified index.

Parameters:

Name Type Default Description

i

number

Index of the row to remove.

[new_order]

boolean

false

Indicates if given index is adjusted the sort order.

Returns:

Returns an instance of this Table for method chaining.

Type: Table