Add an editable column that retains data on table reload

I've got a table that is parsing in data from a SQL query. I want to add an additional editable column to the table where people can add notes about a specific row in the table. The data in that column needs to be able to persist through table refreshes and pulling of new data and remain on the row that the notes were originally added to. Is this something that can be done?

@cmiller Try this: Present data in tables