removeRow

Removes a row from the local cache and adjusts the current index.

Usage

ds.removeRow(0);

API

removeRow(index: number): void;

Last updated

Was this helpful?