Skip to content

Commit

Permalink
Merge pull request #5 from Lykegenes/dev
Browse files Browse the repository at this point in the history
bugfix
  • Loading branch information
patricksamson committed Sep 30, 2015
2 parents 54ea5c9 + 976233d commit 84f0a0c
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 84f0a0c

Please sign in to comment.