focus-cell
not implemented
focus-cell
Description
Fires when adding a rowUsage
"focus-cell": ({
row: string | number,
column: string | number,
show?: boolean
});
Parameters
The callback of the action takes an object with the following parameters:
row
- (required) the id of the selected rowcolumn
- (required) the id of the selected columnshow
- (optional) tbd
Example
Related articles: