Hi there,
it is how my tbale looks like but when I redirect back it must takeme to first empty row availableStart from first empty row available
Do we have any feature getting to first empty row of the table? I have tried with startRows plugin but it didn’t worked as expected.
Hi,
how do you redirect? Is that a key combination, a button?
Just redirecting back with URL
OK. Then you can get the first empty row by calling https://handsontable.com/docs/7.1.1/Core.html#isEmptyRow and passing this value to instance.selectCell()
method. Here’s the example in practice https://jsfiddle.net/xye24r91/1/
Thanks it’s working fine.
1 Like
Great. Thank you for the confirmation.
I am closing this ticket.