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
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.