Add new element on top of an array

Hi there,
When creating an array form, the newest data (i.e. when we click the add button) will always be placed at the end of the array. Is it possible to add the newest data to the top of the array with the current array type? Thanks a lot

Hi @thomasoca,

This is not possible in a declarative way with our off the shelf renderer sets. However this should be straightforward to add via a custom renderer. All you need to do is to reuse the existing renderer but hand over your own addItem prop instead of the one of JSON Forms. In it you then add the item at the beginning of the array instead of at the end of it.