Adding news rows to Data repeater

Adding news rows to Data repeater

Comments

  • Im using a data repeater for a form. Is there a way to add a new row below the available data upon initiating the form?

  • If you have data passed in and you want a new empty row below the data upon opening, you will need to "join arrays" and add an empty constant as the inputs for this scenario.
    Please see attached images for reference.

Sign In or Register to comment.