django-datatable-view
django-datatable-view copied to clipboard
CRUD
maybe you could incorporate a functionality that would build a CRUD in a simple way. https://editor.datatables.net/ thank
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/
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/
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.
I take it back, involvement of xeditable in datatableview is much more than a helper