morlandi / django-ajax-datatable

A Django app which provides the integration of a Django project with the jQuery Javascript library DataTables.net
MIT License
204 stars 64 forks source link

Datatables inline editing support #116

Open seberm opened 1 year ago

seberm commented 1 year ago

Hello everyone, I am considering using django-ajax-datatable in my project and I am curious if there is a possibility to somehow enable "inline" editing. Is it supported?

If not, how hard would it be to implement it? Is there someone who could help me and maybe point me in the right direction?

Thanks!