django-rest-framework-datatables-editor icon indicating copy to clipboard operation
django-rest-framework-datatables-editor copied to clipboard

Seamless integration between Django REST framework, Datatables and Datatables Editor.

Results 4 django-rest-framework-datatables-editor issues
Sort by recently updated
recently updated
newest added

https://editor.datatables.net/examples/advanced/upload.html https://editor.datatables.net/manual/server#File-upload Could someone create the action upload for editor?

When trying to use this library with a 67 column wide DataTable, I encounter the 414 HTTP error - Request-URI Too Long on the initial data load. DataTables is trying...

I don't know how clumsy this method is, but it helps me in the next case: ``` { "action": "edit", "data[1][title]": "title", "data[1][files][]": 1, "data[1][files][]": 2, "data[1][files][]": 3 } ```...

Is there any tips to Server-side support on _DRF-DE_ where choices fields are considered? Ex: https://editor.datatables.net/examples/inline-editing/join.html (**Location options**) Kindly!