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
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Updating database with data table | 0 | 317 | July 10, 2023 | |
| I need to create a editable data table using SQL DB | 4 | 2320 | November 17, 2023 | |
| Save EDITED dash data table back to database | 2 | 2872 | June 10, 2020 | |
| Add ROWS and COLUMNS to data table and automatically update in the database | 3 | 3886 | January 15, 2022 | |
| Editable dash table | 0 | 306 | October 24, 2019 |