bgultekin / laravel4-datatables-package

Server-side handler of DataTables Jquery Plugin for Laravel 4
267 stars 108 forks source link

Datatables Error after most recent update #58

Closed jboiss closed 10 years ago

jboiss commented 11 years ago

After the latest update, adding a new item to the table from Datatables editor results in the following error:

{"error":{"type":"ErrorException","message":"array_merge_recursive(): Argument #1 is not an array","file":"\/home\/liang\/marketacuity\/www\/vendor\/bllim\/datatables\/src\/Bllim\/Datatables\/Datatables.php","line":522}}

Rolling back to 1.3.0 eliminates this error. Thanks for sharing this plugin.

MarkVaughn commented 11 years ago

Please give a sample of the code object you passed to Datatables. Thanks