davidfries / gasgzlr

Main repo for gasgzlr webapp
0 stars 0 forks source link

Editable Table Field #1

Open davidfries opened 5 years ago

davidfries commented 5 years ago

Not sure how to implement editable table fields in the main MPG app, while also sending this updated data to the database.

davidfries commented 5 years ago

Currently, data is displayed from the database in dynamic tables driven by Flask. There is no way for a user to edit the data once it has been submitted to the database. I envision a solution might be clickable editable tables as shown here. Could use that library in the link, return JSON and send that to a method in the backend that then parses the JSON and send the data to the database.

davidfries commented 5 years ago

Tried out a couple options, none of them do what I need. Potentially use https://vuetifyjs.com/en/getting-started/quick-start for a frontend.