jbox-web / ajax-datatables-rails

A wrapper around DataTable's ajax methods that allow synchronization with server-side pagination in a Rails app
MIT License
590 stars 227 forks source link

Q: CRUD implemention with Datatables Editor #230

Closed matissg closed 7 years ago

matissg commented 7 years ago

I'm trying to understand how to implement basic CRUD (modal) with Datatables Editor. Could you point to some direction, how to implement server side, please? So far if I understand correctly I do regular Rails CRUD with JSON responses as Datatables expect.