mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(docs) overview.md: explain tableId in data actions (#965)
This commit is contained in:
parent
d5e82a4e88
commit
9a89901042
@ -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…
Reference in New Issue
Block a user