removeRow(i, [new_order])
Class: Table.
Description:
Removes one row at a specified index.
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
|
|
number |
Index of the row to remove. |
|
|
|
boolean |
false |
Indicates if given index is adjusted the sort order. |
Returns:
Returns an instance of this Table for method chaining.
Type: Table
