datatables - ajax based jquery data table sending columns as "columns"=>"[object Object]" -



datatables - ajax based jquery data table sending columns as "columns"=>"[object Object]" -

jquery ajax info table sending parameters filters next array how alter send actual value , name of column?

parameters: { "draw"=>"2", "columns"=>"[object object],[object object],[object object],[object object],[object object],[object object],[object object],[object object],[object object],[object object],[object object],[object object],[object object]", "order"=>"[object object]", "start"=>"0", "length"=>"10", "search"=>"[object object]" }

the same issue me. figured out reason past setting of jquery jquery.ajaxsettings.traditional = true. remove setting works me

jquery datatables

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -