deleteRow
Deletes the row at the specified index and removes it from storage.
Usage
await ds.deleteRow(0);API
deleteRow(index: number): Promise<false | number>;Last updated
Was this helpful?
Deletes the row at the specified index and removes it from storage.
await ds.deleteRow(0);deleteRow(index: number): Promise<false | number>;Last updated
Was this helpful?
Was this helpful?