ajax-datatables-rails
ajax-datatables-rails copied to clipboard
Need to show has_many association data in single row.
trafficstars
I am having order table and invoices. i mean one order having multiple invoice like invoice 1,2,3. i need to show the orders table like following order_id order_name invoice_id invoice_name invoice_id invoice_name invoice_id invoice_name 1 get products 1 purchase 2 dispatch 3 sale
i need to show like this using ajax-datatable-rails.. Is there any way?
Did you find a solution to this issue? I have pretty much the exact same problem.