Skip to main content

focus-cell

not implemented

focus-cell

Description

Fires when adding a row

Usage

"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 row
  • column - (required) the id of the selected column
  • show - (optional) tbd

Example


Related articles: