Live updates to table after edits

Could a member of the Dash group inform me if it is currently possible to create an editable HTML table in python which updates/appends (either or) a SQL table after that table has had values edited? Is this possible using ‘dash-table-experiments’ and/or ‘html.table’? If so, what would be the recommended approach with the lowest latency? E.g. say I have a table with a column called Status that is has the string value of ‘Inactive’ for a given row (read from a SQL database). If I edit this cell to ‘Active’ can I either insert this new value back into the sql table or append (or possibly both) this as a new row (based on some index) to the sql table?

Any one at all? Just bumping this up