vertliba / django-rest-framework-datatables-editor

Seamless integration between Django REST framework, Datatables and Datatables Editor.
MIT License
30 stars 15 forks source link

editor.inline support #3

Closed diogosimao closed 5 years ago

diogosimao commented 5 years ago

How about support in order to deal with anything like:

$('#albums').on( 'click', 'tbody td:not(:first-child)', function (e) {
    editor.inline( this );
} );

?

I have seen on /example/albums/templates/albums/albums.html that is possible to add this lines in order to turn datatable cell editable. My question is: how is it supported on DRF?

vertliba commented 5 years ago

Hi. It depends on datatable editor, and not not on DRF or django-rest-framework-datatables-editor. You can use inline editing.