Support

Account

Home Forums Add-ons Repeater Field programmatically reorder repeater row Reply To: programmatically reorder repeater row

  • so calling acf.fields.repeater.set({$el: acf.fields.repeater.$el}).render();
    after the insert allows for the new row locations to get saved on post update, but the row numbers are not correct until after the page is reloaded. I also suspect that the two functions that move into accordion and list can be added to the repeater object, but not really clear on how this works in js.