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

Data method has hash values (key,value pair) #396

Open NehaPeer opened 3 years ago

NehaPeer commented 3 years ago

Hello,

ajax-datatables-rails gem has method called data in datatable file.I have hash values ( key,value) so while iterating it throws below warning - DataTables warning: table id=user-datatable - Requested unknown parameter 'return_date' for row 0, column 0. For more information about this error, please see http://datatables.net/tn/4

Need a help.

Thank you, Neha