AccordionRecycler v0.2 Release Notes

Release Date: 2018-11-14 // over 5 years ago
  • ➕ Adds the ability to override the processing function of the items while their addition iteration is performed. This way the user can handle edge cases of empty main data or empty enclosed data, and possibly append to the recycler contents without tempering with the original data.

    ⚡️ The sample project has been updated using the above feature to show a placeholder Pink variant for the Pink rows that have no enlosed White items.