A
A
asdevlog2018-12-14 15:03:49
Python
asdevlog, 2018-12-14 15:03:49

How to make an editable table analogous to DataView?

Good afternoon.
Tell me how to make an editable table in Flask?
Even probably it's not Flask itself, but rather JavaScript.
The point is that I can select one line, press the edit button and redirect to the edit page. It seems nothing complicated, but I can't even figure out what to look for. not familiar with javascript.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
aderes, 2018-12-14
@asdevlog

Each line in the table is a separate entry in the database, in each line provide a button / link or the like, by clicking which a page with a form for editing the entry will open, when the corresponding form is sent, the changes are entered into the database (you can use a modal window to do ... if I want to be prettier) ... everything can be done without javaScript.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question