django-datatable-view icon indicating copy to clipboard operation
django-datatable-view copied to clipboard

CRUD

Open rcorzogutierrez opened this issue 11 years ago • 4 comments

maybe you could incorporate a functionality that would build a CRUD in a simple way. https://editor.datatables.net/ thank

rcorzogutierrez avatar Jan 15 '14 18:01 rcorzogutierrez

This is a possibility, although it's a paid service to use their editor, so I'm not sure if I can support that one directly.

But, we do support the x-editable plugin. Examples for how to get started with it: http://django-datatable-view.appspot.com/x-editable-columns/

tiliv avatar Jan 15 '14 19:01 tiliv

I saw some alternatives written in other languages ​​that do not directly use their editor but if they implement the idea. http://www.grocerycrud.com/

rcorzogutierrez avatar Jan 15 '14 20:01 rcorzogutierrez

each of CRUD actions pertain to a single object/record, whereas datatable-view is grid; in other words, an organized listing of multiple records. Therefore, I think having CRUD built into datatable-view is a stretch. Having the xeditable_helper is understandable as an example helper. However, CRUD is much beyond in terms of scope and maintaining such a functionality would take away a lot from other basics that we need in terms of the grid.

doganmeh avatar Feb 28 '17 03:02 doganmeh

I take it back, involvement of xeditable in datatableview is much more than a helper

doganmeh avatar Mar 31 '17 20:03 doganmeh