See https://datatables.net.
They have a nice editor that you do have to pay for.

From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On 
Behalf Of Derek
Sent: Monday, March 4, 2019 1:10 AM
To: Django users
Subject: Re: Is there any inline editing the data and delete data in table in 
Django?

Grid / tabular editing outside of the admin is tricky; I have not been able to 
manage it and have not found a good app for it.

Here are some suggested reading:

* https://www.ibm.com/developerworks/library/wa-django/index.html
* https://bossanova.uk/jexcel
* 
https://medium.com/ag-grid/building-a-crud-application-with-ag-grid-part-4-3189034df922

You'd also need an app like Django REST Framework to handle GET/POST of JSON 
data to populate your grid.

On Wednesday, 27 February 2019 20:39:04 UTC+2, veera nagaraja sankar Inti wrote:
need help friends ?..

thq..
--
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
django-users+unsubscr...@googlegroups.com<mailto:django-users+unsubscr...@googlegroups.com>.
To post to this group, send email to 
django-users@googlegroups.com<mailto:django-users@googlegroups.com>.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/38dddd62-8662-4392-bd5b-00d07b4de8b3%40googlegroups.com<https://groups.google.com/d/msgid/django-users/38dddd62-8662-4392-bd5b-00d07b4de8b3%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/119f367cac364a7583d7f055bd749558%40iss2.ISS.LOCAL.
For more options, visit https://groups.google.com/d/optout.

Reply via email to