Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksamson committed Sep 30, 2015
1 parent 8d0e252 commit 976233d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/datagrid.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"search": request.searchPhrase
}
@unless ($datagridOptions['ajaxParams'] === null)
@unless (empty($datagridOptions['ajaxParams']))
$.extend(true, query, {!! json_encode($datagridOptions['ajaxParams']) !!});
@endunless
Expand Down

0 comments on commit 976233d

Please sign in to comment.