I make use of the sonata_type_collection for order rows inside my order. As soon as I create a new order I can click a button to add an order row.
Is it possible to change it to automatically show 5 rows on page load instead of clicking the button for the first row and so on?
I guess it is possible to make a JavaScript script for on page load to 'click' the Add New row button 5 times.