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?
How about support in order to deal with anything like:
?
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?