refreshRow
Reloads the row at the specified index from the server.
Usage
await ds.refreshRow(0);API
refreshRow(index: number): Promise<T | undefined>;Last updated
Was this helpful?
Reloads the row at the specified index from the server.
await ds.refreshRow(0);refreshRow(index: number): Promise<T | undefined>;Last updated
Was this helpful?
Was this helpful?