mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(docs) overview.md: explain tableId in data actions (#965)
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user