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
585 stars 228 forks source link

Add support for JSON Api resources #330

Open gcrofils opened 5 years ago

gcrofils commented 5 years ago

We successfully used ajax-datatables-rails with a local ActiveRecord resource. We need to extend it in order to request JSON Api compliant resources. For several projects, we have used https://github.com/JsonApiClient/json_api_client This would be our starting point.

How would you start ? Do you foresee any issue ?

reginato commented 4 years ago

hi @gcrofils im looking for the same feature, did it work for you, i need some help?