tabKeyAction property

PlutoGridTabKeyAction tabKeyAction
final

Tab key action type.

PlutoGridTabKeyAction.normal Tab or Shift Tab key moves when reaching the edge no longer moves.

PlutoGridTabKeyAction.moveToNextOnEdge Tab or Shift Tab key to continue moving to the next or previous row of cells when the edge is reached.

Implementation

final PlutoGridTabKeyAction tabKeyAction;