I have a list with the following fields -
My app shows the date (in the list view) and an inline list of the temperature recorded for every person on that date (in the detail view). The number of records in the detailed view varies depending on how many people submitted their temperatures.
I want to allow the user to edit this inline list in case there are errors in temperatures that need to be corrected. Is there a way to accomplish this?