A wrapper around DataTable's ajax methods that allow synchronization with server-side pagination in a Rails app
590
stars
227
forks
source link
New method additional_data is not adding the extra data to the JSON #286
Closed
gersonazgo closed 6 years ago
The deprecated method
additional_datas
works just fine. The new methodadditional_data
is not adding the extra data to the JSON.Maybe it has something to do with this implementation.
https://github.com/jbox-web/ajax-datatables-rails/blob/0c0d4f2e7f75bf783ead25b8e1c9342174915b0a/lib/ajax-datatables-rails/base.rb#L72-L89