I have a form where I have used matrixDynamic and have set minRowCount as 1. When I first fill up the form everything works fine and the delete button is hidden for the first row.
When I reload the form and the data gets auto-populated, now this time the first row comes with a delete button.
On checking in onMatrixAllowRemoveRow function, I found the first row index to be 1.
What could be the issue ?