Note that there are some explanatory texts on larger screens.

plurals
  1. POAny existing solutions for dynamic forms in Django?
    primarykey
    data
    text
    <p>I'm looking for existing solutions for building dynamic forms with Django. What I want to get is a form that looks just like a table, but when any of its cells are clicked, textbox is dynamically displayed instead of the text and then user can edit the value.</p> <p>I know that's quite an abstract description but I'd really appreciate everything related: if that library/framework will reload absolutely all table to switch it from completely read-only to completely editable, that's also fine.</p> <p>I'm implementing a proof of concept web application, so I'd like to avoid spending time for implementing it from scratch.</p> <p>The description is unclear, I believe. Here it is:</p> <ol> <li><p>There's a list of users for instance. Just a simple table. Administrator clicks one of these users and profile is displayed:</p> <blockquote> <p>Login: jsmith</p> <p>Real Name: John Smith</p> <p>Group: Users</p> </blockquote></li> <li><p>Then administrator double-clicks "John Smith" and text box is loaded instead of text:</p> <blockquote> <p>Login: jsmith</p> <p>Real Name: [ John Smith ]</p> <p>Group: Users</p> <p>[Save] [Cancel]</p> </blockquote></li> <li><p>Administrator can now modify jsmith's real name. If Save is clicked, data is sent to server. If Cancel is clicked, data is reverted and profile is as on p.1</p></li> </ol> <p><strong>Update: what I want is what we have here on stackoverflow.com - write a comment (not answer) and post it. Then you can edit it without reloading the page. That's what I've been talking about before. So, I need something of that kind but extendable and Django-injectable</strong></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload