如何在Django对象的前端中创建可编辑字段

时间:2019-03-16 11:29:24

标签: django django-rest-framework frontend

我需要通过单击对象使前端中的对象可编辑,并启用表单字段来编辑文本。即在“待办事项”列表中,可以通过单击任务(如下图所示)来编辑哪些任务: This is the regular frontend with "this is an example" subject This shows the field if you hover over it when click on the field, a form field allows to edit the text

我正在使用Django 2.x,不幸的是,我没有经验。 用REST API和/或Angular / React实现这一点是一种好习惯吗? 我很高兴有一些经验,如何可行。

1 个答案:

答案 0 :(得分:0)

我找到了一个很好的解决方案,可以使用Jeditable

实现所需的功能

https://github.com/NicolasCARPi/jquery_jeditable