Basic CRUD Template

I know its not fancy, but i made a simple CRUD template (Create, Read, Update, Delete) that i’ve been using in a few apps.

It displays a list of data objects (repeating group) with an edit button.

It has two edit workflow options.

  1. Edit in modal
  2. Edit on separate page.

Depending on what you’re doing you can pick one or the other.

Any feed back would be great to hear. This community really knows how to help out! I only hope this can help someone else, especially if they are new.

You can see it here: CRUD-Basic Template

5 Likes

Thanks for sharing! Very helpful.