Add new row when last cell in last row is reached

Tags: #<Tag:0x00007f8b23eb2890>

Is it possible to insert a new row when the last cell in the last row is reached?

When the user presses TAB i need a new row to be inserted in the grid.

How do I detect this situation and how can I react to it?

Kim

Hey @kimg.dat

Yes, it is. You can use alter method in the afterChange hook.