How adding new entry in Array should work?

I am working on a project which needs array form. so, when I click on add button, it will add at the end of the form. Since I have substantial number of rows, it becomes tedious when I had to add rows back and forth. I propose that we should add row at the top of rows by default. What’s your thought?

[original thread by Pritesh K.]

Hi @priteshkeleven(priteshkeleven), I think both cases, adding at bottom and adding at the top are valuable. I would like to avoid changing the default here, but we could add a configuration option, i.e. options: { addNewAtTop: true }. What do you think?