(docs) overview.md: explain tableId in data actions

pull/965/head
James Macindoe 2 weeks ago
parent 51ec221a19
commit a879d4e0bf

@ -88,7 +88,7 @@ export type RemoveTable = ['RemoveTable', string];
export type RenameTable = ['RenameTable', string, string];
```
Data actions take a numeric `rowId` (or a list of them, for “bulk” actions) and a set of values:
Data actions take a string `tableId` and a numeric `rowId` (or a list of them, for “bulk” actions) and a set of values:
```
export interface ColValues { [colId: string]: CellValue; }

Loading…
Cancel
Save