I have created a table view without problem.
For example, there are 5 rows of data like this
item 1 - good
item 2 - good
item 3 - good
item 4 - good
item 5 - good
And for some reason (e.g. a network request/response), I need to update row 3 from “item 3 - good” to
“item 3 - bad”
How do I do it?
Is it possible to update a single row?
Or I have to delete all rows and insert all of them again?